Class: Aws::VPCLattice::Types::CreateServiceNetworkResourceAssociationResponse

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 association.

Returns:

  • (String)


794
795
796
797
798
799
800
801
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 794

class CreateServiceNetworkResourceAssociationResponse < Struct.new(
  :arn,
  :created_by,
  :id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#created_byString

The ID of the account that created the association.

Returns:

  • (String)


794
795
796
797
798
799
800
801
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 794

class CreateServiceNetworkResourceAssociationResponse < Struct.new(
  :arn,
  :created_by,
  :id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The ID of the association.

Returns:

  • (String)


794
795
796
797
798
799
800
801
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 794

class CreateServiceNetworkResourceAssociationResponse < Struct.new(
  :arn,
  :created_by,
  :id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the association.

Returns:

  • (String)


794
795
796
797
798
799
800
801
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 794

class CreateServiceNetworkResourceAssociationResponse < Struct.new(
  :arn,
  :created_by,
  :id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end