Class: Aws::VPCLattice::Types::ServiceNetworkSummary

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb

Overview

Summary information about a service network.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the service network.

Returns:

  • (String)


2987
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2987

class ServiceNetworkSummary < Struct.new(
  :arn,
  :created_at,
  :id,
  :last_updated_at,
  :name,
  :number_of_associated_services,
  :number_of_associated_vp_cs)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

The date and time that the service network was created, specified in ISO-8601 format.

Returns:

  • (Time)


2987
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2987

class ServiceNetworkSummary < Struct.new(
  :arn,
  :created_at,
  :id,
  :last_updated_at,
  :name,
  :number_of_associated_services,
  :number_of_associated_vp_cs)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The ID of the service network.

Returns:

  • (String)


2987
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2987

class ServiceNetworkSummary < Struct.new(
  :arn,
  :created_at,
  :id,
  :last_updated_at,
  :name,
  :number_of_associated_services,
  :number_of_associated_vp_cs)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_atTime

The date and time that the service network was last updated, specified in ISO-8601 format.

Returns:

  • (Time)


2987
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2987

class ServiceNetworkSummary < Struct.new(
  :arn,
  :created_at,
  :id,
  :last_updated_at,
  :name,
  :number_of_associated_services,
  :number_of_associated_vp_cs)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the service network.

Returns:

  • (String)


2987
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2987

class ServiceNetworkSummary < Struct.new(
  :arn,
  :created_at,
  :id,
  :last_updated_at,
  :name,
  :number_of_associated_services,
  :number_of_associated_vp_cs)
  SENSITIVE = []
  include Aws::Structure
end

#number_of_associated_servicesInteger

The number of services associated with the service network.

Returns:

  • (Integer)


2987
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2987

class ServiceNetworkSummary < Struct.new(
  :arn,
  :created_at,
  :id,
  :last_updated_at,
  :name,
  :number_of_associated_services,
  :number_of_associated_vp_cs)
  SENSITIVE = []
  include Aws::Structure
end

#number_of_associated_vp_csInteger

The number of VPCs associated with the service network.

Returns:

  • (Integer)


2987
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2987

class ServiceNetworkSummary < Struct.new(
  :arn,
  :created_at,
  :id,
  :last_updated_at,
  :name,
  :number_of_associated_services,
  :number_of_associated_vp_cs)
  SENSITIVE = []
  include Aws::Structure
end