Class: Aws::VPCLattice::Types::ServiceNetworkSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::VPCLattice::Types::ServiceNetworkSummary
- Includes:
- Structure
- Defined in:
- 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, specified 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, specified in ISO-8601 format.
-
#name ⇒ String
The name of the 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.
2979 2980 2981 2982 2983 2984 2985 2986 2987 2988 2989 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 2979 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_at ⇒ Time
The date and time that the service network was created, specified in ISO-8601 format.
2979 2980 2981 2982 2983 2984 2985 2986 2987 2988 2989 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 2979 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 |
#id ⇒ String
The ID of the service network.
2979 2980 2981 2982 2983 2984 2985 2986 2987 2988 2989 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 2979 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_at ⇒ Time
The date and time that the service network was last updated, specified in ISO-8601 format.
2979 2980 2981 2982 2983 2984 2985 2986 2987 2988 2989 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 2979 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 |
#name ⇒ String
The name of the service network.
2979 2980 2981 2982 2983 2984 2985 2986 2987 2988 2989 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 2979 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_services ⇒ Integer
The number of services associated with the service network.
2979 2980 2981 2982 2983 2984 2985 2986 2987 2988 2989 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 2979 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_cs ⇒ Integer
The number of VPCs associated with the service network.
2979 2980 2981 2982 2983 2984 2985 2986 2987 2988 2989 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 2979 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 |