Class: Aws::VPCLattice::Types::ServiceNetworkServiceAssociationSummary

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb

Overview

Summary information about the association between a service network and a service.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the association.

Returns:

  • (String)


2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2935

class ServiceNetworkServiceAssociationSummary < Struct.new(
  :arn,
  :created_at,
  :created_by,
  :custom_domain_name,
  :dns_entry,
  :id,
  :service_arn,
  :service_id,
  :service_name,
  :service_network_arn,
  :service_network_id,
  :service_network_name,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

The date and time that the association was created, specified in ISO-8601 format.

Returns:

  • (Time)


2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2935

class ServiceNetworkServiceAssociationSummary < Struct.new(
  :arn,
  :created_at,
  :created_by,
  :custom_domain_name,
  :dns_entry,
  :id,
  :service_arn,
  :service_id,
  :service_name,
  :service_network_arn,
  :service_network_id,
  :service_network_name,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#created_byString

The account that created the association.

Returns:

  • (String)


2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2935

class ServiceNetworkServiceAssociationSummary < Struct.new(
  :arn,
  :created_at,
  :created_by,
  :custom_domain_name,
  :dns_entry,
  :id,
  :service_arn,
  :service_id,
  :service_name,
  :service_network_arn,
  :service_network_id,
  :service_network_name,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#custom_domain_nameString

The custom domain name of the service.

Returns:

  • (String)


2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2935

class ServiceNetworkServiceAssociationSummary < Struct.new(
  :arn,
  :created_at,
  :created_by,
  :custom_domain_name,
  :dns_entry,
  :id,
  :service_arn,
  :service_id,
  :service_name,
  :service_network_arn,
  :service_network_id,
  :service_network_name,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#dns_entryTypes::DnsEntry

DNS information about the service.

Returns:



2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2935

class ServiceNetworkServiceAssociationSummary < Struct.new(
  :arn,
  :created_at,
  :created_by,
  :custom_domain_name,
  :dns_entry,
  :id,
  :service_arn,
  :service_id,
  :service_name,
  :service_network_arn,
  :service_network_id,
  :service_network_name,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The ID of the association.

Returns:

  • (String)


2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2935

class ServiceNetworkServiceAssociationSummary < Struct.new(
  :arn,
  :created_at,
  :created_by,
  :custom_domain_name,
  :dns_entry,
  :id,
  :service_arn,
  :service_id,
  :service_name,
  :service_network_arn,
  :service_network_id,
  :service_network_name,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#service_arnString

The Amazon Resource Name (ARN) of the service.

Returns:

  • (String)


2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2935

class ServiceNetworkServiceAssociationSummary < Struct.new(
  :arn,
  :created_at,
  :created_by,
  :custom_domain_name,
  :dns_entry,
  :id,
  :service_arn,
  :service_id,
  :service_name,
  :service_network_arn,
  :service_network_id,
  :service_network_name,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#service_idString

The ID of the service.

Returns:

  • (String)


2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2935

class ServiceNetworkServiceAssociationSummary < Struct.new(
  :arn,
  :created_at,
  :created_by,
  :custom_domain_name,
  :dns_entry,
  :id,
  :service_arn,
  :service_id,
  :service_name,
  :service_network_arn,
  :service_network_id,
  :service_network_name,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#service_nameString

The name of the service.

Returns:

  • (String)


2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2935

class ServiceNetworkServiceAssociationSummary < Struct.new(
  :arn,
  :created_at,
  :created_by,
  :custom_domain_name,
  :dns_entry,
  :id,
  :service_arn,
  :service_id,
  :service_name,
  :service_network_arn,
  :service_network_id,
  :service_network_name,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#service_network_arnString

The Amazon Resource Name (ARN) of the service network.

Returns:

  • (String)


2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2935

class ServiceNetworkServiceAssociationSummary < Struct.new(
  :arn,
  :created_at,
  :created_by,
  :custom_domain_name,
  :dns_entry,
  :id,
  :service_arn,
  :service_id,
  :service_name,
  :service_network_arn,
  :service_network_id,
  :service_network_name,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#service_network_idString

The ID of the service network.

Returns:

  • (String)


2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2935

class ServiceNetworkServiceAssociationSummary < Struct.new(
  :arn,
  :created_at,
  :created_by,
  :custom_domain_name,
  :dns_entry,
  :id,
  :service_arn,
  :service_id,
  :service_name,
  :service_network_arn,
  :service_network_id,
  :service_network_name,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#service_network_nameString

The name of the service network.

Returns:

  • (String)


2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2935

class ServiceNetworkServiceAssociationSummary < Struct.new(
  :arn,
  :created_at,
  :created_by,
  :custom_domain_name,
  :dns_entry,
  :id,
  :service_arn,
  :service_id,
  :service_name,
  :service_network_arn,
  :service_network_id,
  :service_network_name,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status. If the deletion fails, try to delete again.

Returns:

  • (String)


2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2935

class ServiceNetworkServiceAssociationSummary < Struct.new(
  :arn,
  :created_at,
  :created_by,
  :custom_domain_name,
  :dns_entry,
  :id,
  :service_arn,
  :service_id,
  :service_name,
  :service_network_arn,
  :service_network_id,
  :service_network_name,
  :status)
  SENSITIVE = []
  include Aws::Structure
end