Class: Aws::VPCLattice::Types::GetServiceNetworkResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::VPCLattice::Types::GetServiceNetworkResponse
- Defined in:
- gems/aws-sdk-vpclattice/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, in ISO-8601 format.
-
#id ⇒ String
The ID of the service network.
-
#last_updated_at ⇒ Time
The date and time of the last update, 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.
-
#sharing_config ⇒ Types::SharingConfig
Specifies if the service network is enabled for sharing.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the service network.
2662 2663 2664 2665 2666 2667 2668 2669 2670 2671 2672 2673 2674 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2662 class GetServiceNetworkResponse < Struct.new( :id, :name, :created_at, :last_updated_at, :arn, :auth_type, :sharing_config, :number_of_associated_vp_cs, :number_of_associated_services) SENSITIVE = [] include Aws::Structure end |
#auth_type ⇒ String
The type of IAM policy.
2662 2663 2664 2665 2666 2667 2668 2669 2670 2671 2672 2673 2674 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2662 class GetServiceNetworkResponse < Struct.new( :id, :name, :created_at, :last_updated_at, :arn, :auth_type, :sharing_config, :number_of_associated_vp_cs, :number_of_associated_services) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The date and time that the service network was created, in ISO-8601 format.
2662 2663 2664 2665 2666 2667 2668 2669 2670 2671 2672 2673 2674 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2662 class GetServiceNetworkResponse < Struct.new( :id, :name, :created_at, :last_updated_at, :arn, :auth_type, :sharing_config, :number_of_associated_vp_cs, :number_of_associated_services) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the service network.
2662 2663 2664 2665 2666 2667 2668 2669 2670 2671 2672 2673 2674 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2662 class GetServiceNetworkResponse < Struct.new( :id, :name, :created_at, :last_updated_at, :arn, :auth_type, :sharing_config, :number_of_associated_vp_cs, :number_of_associated_services) SENSITIVE = [] include Aws::Structure end |
#last_updated_at ⇒ Time
The date and time of the last update, in ISO-8601 format.
2662 2663 2664 2665 2666 2667 2668 2669 2670 2671 2672 2673 2674 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2662 class GetServiceNetworkResponse < Struct.new( :id, :name, :created_at, :last_updated_at, :arn, :auth_type, :sharing_config, :number_of_associated_vp_cs, :number_of_associated_services) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the service network.
2662 2663 2664 2665 2666 2667 2668 2669 2670 2671 2672 2673 2674 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2662 class GetServiceNetworkResponse < Struct.new( :id, :name, :created_at, :last_updated_at, :arn, :auth_type, :sharing_config, :number_of_associated_vp_cs, :number_of_associated_services) SENSITIVE = [] include Aws::Structure end |
#number_of_associated_services ⇒ Integer
The number of services associated with the service network.
2662 2663 2664 2665 2666 2667 2668 2669 2670 2671 2672 2673 2674 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2662 class GetServiceNetworkResponse < Struct.new( :id, :name, :created_at, :last_updated_at, :arn, :auth_type, :sharing_config, :number_of_associated_vp_cs, :number_of_associated_services) SENSITIVE = [] include Aws::Structure end |
#number_of_associated_vp_cs ⇒ Integer
The number of VPCs associated with the service network.
2662 2663 2664 2665 2666 2667 2668 2669 2670 2671 2672 2673 2674 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2662 class GetServiceNetworkResponse < Struct.new( :id, :name, :created_at, :last_updated_at, :arn, :auth_type, :sharing_config, :number_of_associated_vp_cs, :number_of_associated_services) SENSITIVE = [] include Aws::Structure end |
#sharing_config ⇒ Types::SharingConfig
Specifies if the service network is enabled for sharing.
2662 2663 2664 2665 2666 2667 2668 2669 2670 2671 2672 2673 2674 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2662 class GetServiceNetworkResponse < Struct.new( :id, :name, :created_at, :last_updated_at, :arn, :auth_type, :sharing_config, :number_of_associated_vp_cs, :number_of_associated_services) SENSITIVE = [] include Aws::Structure end |