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)


465
466
467
468
469
470
471
472
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 465

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

#auth_typeString

The type of IAM policy.

Returns:

  • (String)


465
466
467
468
469
470
471
472
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 465

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

#idString

The ID of the service network.

Returns:

  • (String)


465
466
467
468
469
470
471
472
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 465

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

#nameString

The name of the service network.

Returns:

  • (String)


465
466
467
468
469
470
471
472
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 465

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