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)


910
911
912
913
914
915
916
917
918
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 910

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

#created_byString

The ID of the account that created the association.

Returns:

  • (String)


910
911
912
913
914
915
916
917
918
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 910

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

#idString

The ID of the association.

Returns:

  • (String)


910
911
912
913
914
915
916
917
918
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 910

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

#private_dns_enabledBoolean

Indicates if private DNS is is enabled for the service network resource association.

Returns:

  • (Boolean)


910
911
912
913
914
915
916
917
918
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 910

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

#statusString

The status of the association.

Returns:

  • (String)


910
911
912
913
914
915
916
917
918
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 910

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