Class: Aws::VPCLattice::Types::CreateServiceNetworkResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::VPCLattice::Types::CreateServiceNetworkResponse
- 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.
-
#id ⇒ String
The ID of the service network.
-
#name ⇒ String
The name of the service network.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the service network.
465 466 467 468 469 470 471 472 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 465 class CreateServiceNetworkResponse < Struct.new( :arn, :auth_type, :id, :name) SENSITIVE = [] include Aws::Structure end |
#auth_type ⇒ String
The type of IAM policy.
465 466 467 468 469 470 471 472 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 465 class CreateServiceNetworkResponse < Struct.new( :arn, :auth_type, :id, :name) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the service network.
465 466 467 468 469 470 471 472 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 465 class CreateServiceNetworkResponse < Struct.new( :arn, :auth_type, :id, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the service network.
465 466 467 468 469 470 471 472 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 465 class CreateServiceNetworkResponse < Struct.new( :arn, :auth_type, :id, :name) SENSITIVE = [] include Aws::Structure end |