Class: Aws::VPCLattice::Types::CreateServiceNetworkResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the service network.

Returns:

  • (String)


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_typeString

The type of IAM policy.

Returns:

  • (String)


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

#idString

The ID of the service network.

Returns:

  • (String)


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

#nameString

The name of the service network.

Returns:

  • (String)


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_configTypes::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