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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


825
826
827
828
829
830
831
832
833
# File 'lib/aws-sdk-vpclattice/types.rb', line 825

class CreateServiceNetworkResponse < Struct.new(
  :arn,
  :auth_type,
  :id,
  :name,
  :sharing_config)
  SENSITIVE = []
  include Aws::Structure
end

#auth_typeString

The type of IAM policy.

Returns:

  • (String)


825
826
827
828
829
830
831
832
833
# File 'lib/aws-sdk-vpclattice/types.rb', line 825

class CreateServiceNetworkResponse < Struct.new(
  :arn,
  :auth_type,
  :id,
  :name,
  :sharing_config)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The ID of the service network.

Returns:

  • (String)


825
826
827
828
829
830
831
832
833
# File 'lib/aws-sdk-vpclattice/types.rb', line 825

class CreateServiceNetworkResponse < Struct.new(
  :arn,
  :auth_type,
  :id,
  :name,
  :sharing_config)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the service network.

Returns:

  • (String)


825
826
827
828
829
830
831
832
833
# File 'lib/aws-sdk-vpclattice/types.rb', line 825

class CreateServiceNetworkResponse < Struct.new(
  :arn,
  :auth_type,
  :id,
  :name,
  :sharing_config)
  SENSITIVE = []
  include Aws::Structure
end

#sharing_configTypes::SharingConfig

Specifies if the service network is enabled for sharing.



825
826
827
828
829
830
831
832
833
# File 'lib/aws-sdk-vpclattice/types.rb', line 825

class CreateServiceNetworkResponse < Struct.new(
  :arn,
  :auth_type,
  :id,
  :name,
  :sharing_config)
  SENSITIVE = []
  include Aws::Structure
end