Class: Aws::VPCLattice::Types::GetServiceNetworkResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::VPCLattice::Types::GetServiceNetworkResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-vpclattice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the service network.
-
#auth_type ⇒ String
The type of IAM policy.
-
#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 of the last update, 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.
1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 1494 class GetServiceNetworkResponse < Struct.new( :arn, :auth_type, :created_at, :id, :last_updated_at, :name, :number_of_associated_services, :number_of_associated_vp_cs) SENSITIVE = [] include Aws::Structure end |
#auth_type ⇒ String
The type of IAM policy.
1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 1494 class GetServiceNetworkResponse < Struct.new( :arn, :auth_type, :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.
1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 1494 class GetServiceNetworkResponse < Struct.new( :arn, :auth_type, :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.
1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 1494 class GetServiceNetworkResponse < Struct.new( :arn, :auth_type, :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 of the last update, specified in ISO-8601 format.
1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 1494 class GetServiceNetworkResponse < Struct.new( :arn, :auth_type, :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.
1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 1494 class GetServiceNetworkResponse < Struct.new( :arn, :auth_type, :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.
1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 1494 class GetServiceNetworkResponse < Struct.new( :arn, :auth_type, :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.
1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 1494 class GetServiceNetworkResponse < Struct.new( :arn, :auth_type, :created_at, :id, :last_updated_at, :name, :number_of_associated_services, :number_of_associated_vp_cs) SENSITIVE = [] include Aws::Structure end |