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

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

Returns:

  • (String)


1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
# File 'lib/aws-sdk-vpclattice/types.rb', line 1038

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

#created_byString

The account that created the association.

Returns:

  • (String)


1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
# File 'lib/aws-sdk-vpclattice/types.rb', line 1038

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

#custom_domain_nameString

The custom domain name of the service.

Returns:

  • (String)


1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
# File 'lib/aws-sdk-vpclattice/types.rb', line 1038

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

#dns_entryTypes::DnsEntry

The DNS name of the service.

Returns:



1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
# File 'lib/aws-sdk-vpclattice/types.rb', line 1038

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

#idString

The ID of the association.

Returns:

  • (String)


1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
# File 'lib/aws-sdk-vpclattice/types.rb', line 1038

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

#statusString

The association status.

Returns:

  • (String)


1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
# File 'lib/aws-sdk-vpclattice/types.rb', line 1038

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