Class: Aws::VPCLattice::Types::CreateServiceNetworkServiceAssociationResponse

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)


542
543
544
545
546
547
548
549
550
551
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 542

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

#created_byString

The account that created the association.

Returns:

  • (String)


542
543
544
545
546
547
548
549
550
551
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 542

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

#custom_domain_nameString

The custom domain name of the service.

Returns:

  • (String)


542
543
544
545
546
547
548
549
550
551
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 542

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

#dns_entryTypes::DnsEntry

The DNS name of the service.

Returns:



542
543
544
545
546
547
548
549
550
551
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 542

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

#idString

The ID of the association.

Returns:

  • (String)


542
543
544
545
546
547
548
549
550
551
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 542

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

#statusString

The operation's status.

Returns:

  • (String)


542
543
544
545
546
547
548
549
550
551
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 542

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