Class: Aws::VPCLattice::Types::ServiceNetworkSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::VPCLattice::Types::ServiceNetworkSummary
- 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
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the service network.
-
#created_at ⇒ Time
The date and time that the service network was created, in ISO-8601 format.
-
#id ⇒ String
The ID of the service network.
-
#last_updated_at ⇒ Time
The date and time that the service network was last updated, in ISO-8601 format.
-
#name ⇒ String
The name of the service network.
-
#number_of_associated_resource_configurations ⇒ Integer
The number of resource configurations associated with a service network.
-
#number_of_associated_services ⇒ Integer
The number of services associated with the service network.
-
#number_of_associated_vp_cs ⇒ Integer
The number of VPCs associated with the service network.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the service network.
4837 4838 4839 4840 4841 4842 4843 4844 4845 4846 4847 4848 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 4837 class ServiceNetworkSummary < Struct.new( :id, :name, :arn, :created_at, :last_updated_at, :number_of_associated_vp_cs, :number_of_associated_services, :number_of_associated_resource_configurations) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The date and time that the service network was created, in ISO-8601 format.
4837 4838 4839 4840 4841 4842 4843 4844 4845 4846 4847 4848 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 4837 class ServiceNetworkSummary < Struct.new( :id, :name, :arn, :created_at, :last_updated_at, :number_of_associated_vp_cs, :number_of_associated_services, :number_of_associated_resource_configurations) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the service network.
4837 4838 4839 4840 4841 4842 4843 4844 4845 4846 4847 4848 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 4837 class ServiceNetworkSummary < Struct.new( :id, :name, :arn, :created_at, :last_updated_at, :number_of_associated_vp_cs, :number_of_associated_services, :number_of_associated_resource_configurations) SENSITIVE = [] include Aws::Structure end |
#last_updated_at ⇒ Time
The date and time that the service network was last updated, in ISO-8601 format.
4837 4838 4839 4840 4841 4842 4843 4844 4845 4846 4847 4848 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 4837 class ServiceNetworkSummary < Struct.new( :id, :name, :arn, :created_at, :last_updated_at, :number_of_associated_vp_cs, :number_of_associated_services, :number_of_associated_resource_configurations) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the service network.
4837 4838 4839 4840 4841 4842 4843 4844 4845 4846 4847 4848 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 4837 class ServiceNetworkSummary < Struct.new( :id, :name, :arn, :created_at, :last_updated_at, :number_of_associated_vp_cs, :number_of_associated_services, :number_of_associated_resource_configurations) SENSITIVE = [] include Aws::Structure end |
#number_of_associated_resource_configurations ⇒ Integer
The number of resource configurations associated with a service network.
4837 4838 4839 4840 4841 4842 4843 4844 4845 4846 4847 4848 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 4837 class ServiceNetworkSummary < Struct.new( :id, :name, :arn, :created_at, :last_updated_at, :number_of_associated_vp_cs, :number_of_associated_services, :number_of_associated_resource_configurations) SENSITIVE = [] include Aws::Structure end |
#number_of_associated_services ⇒ Integer
The number of services associated with the service network.
4837 4838 4839 4840 4841 4842 4843 4844 4845 4846 4847 4848 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 4837 class ServiceNetworkSummary < Struct.new( :id, :name, :arn, :created_at, :last_updated_at, :number_of_associated_vp_cs, :number_of_associated_services, :number_of_associated_resource_configurations) SENSITIVE = [] include Aws::Structure end |
#number_of_associated_vp_cs ⇒ Integer
The number of VPCs associated with the service network.
4837 4838 4839 4840 4841 4842 4843 4844 4845 4846 4847 4848 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 4837 class ServiceNetworkSummary < Struct.new( :id, :name, :arn, :created_at, :last_updated_at, :number_of_associated_vp_cs, :number_of_associated_services, :number_of_associated_resource_configurations) SENSITIVE = [] include Aws::Structure end |