Class: Aws::VPCLattice::Types::CreateServiceNetworkResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::VPCLattice::Types::CreateServiceNetworkResponse
- 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.
-
#id ⇒ String
The ID of the service network.
-
#name ⇒ String
The name of 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.
942 943 944 945 946 947 948 949 950 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 942 class CreateServiceNetworkResponse < Struct.new( :id, :name, :arn, :sharing_config, :auth_type) SENSITIVE = [] include Aws::Structure end |
#auth_type ⇒ String
The type of IAM policy.
942 943 944 945 946 947 948 949 950 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 942 class CreateServiceNetworkResponse < Struct.new( :id, :name, :arn, :sharing_config, :auth_type) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the service network.
942 943 944 945 946 947 948 949 950 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 942 class CreateServiceNetworkResponse < Struct.new( :id, :name, :arn, :sharing_config, :auth_type) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the service network.
942 943 944 945 946 947 948 949 950 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 942 class CreateServiceNetworkResponse < Struct.new( :id, :name, :arn, :sharing_config, :auth_type) SENSITIVE = [] include Aws::Structure end |
#sharing_config ⇒ Types::SharingConfig
Specifies if the service network is enabled for sharing.
942 943 944 945 946 947 948 949 950 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 942 class CreateServiceNetworkResponse < Struct.new( :id, :name, :arn, :sharing_config, :auth_type) SENSITIVE = [] include Aws::Structure end |