Class: Aws::VPCLattice::Types::GetServiceNetworkServiceAssociationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::VPCLattice::Types::GetServiceNetworkServiceAssociationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-vpclattice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the association.
-
#created_at ⇒ Time
The date and time that the association was created, specified in ISO-8601 format.
-
#created_by ⇒ String
The account that created the association.
-
#custom_domain_name ⇒ String
The custom domain name of the service.
-
#dns_entry ⇒ Types::DnsEntry
The DNS name of the service.
-
#failure_code ⇒ String
The failure code.
-
#failure_message ⇒ String
The failure message.
-
#id ⇒ String
The ID of the service network and service association.
-
#service_arn ⇒ String
The Amazon Resource Name (ARN) of the service.
-
#service_id ⇒ String
The ID of the service.
-
#service_name ⇒ String
The name of the service.
-
#service_network_arn ⇒ String
The Amazon Resource Name (ARN) of the service network.
-
#service_network_id ⇒ String
The ID of the service network.
-
#service_network_name ⇒ String
The name of the service network.
-
#status ⇒ String
The status of the association.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the association.
1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 1582 class GetServiceNetworkServiceAssociationResponse < Struct.new( :arn, :created_at, :created_by, :custom_domain_name, :dns_entry, :failure_code, :failure_message, :id, :service_arn, :service_id, :service_name, :service_network_arn, :service_network_id, :service_network_name, :status) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The date and time that the association was created, specified in ISO-8601 format.
1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 1582 class GetServiceNetworkServiceAssociationResponse < Struct.new( :arn, :created_at, :created_by, :custom_domain_name, :dns_entry, :failure_code, :failure_message, :id, :service_arn, :service_id, :service_name, :service_network_arn, :service_network_id, :service_network_name, :status) SENSITIVE = [] include Aws::Structure end |
#created_by ⇒ String
The account that created the association.
1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 1582 class GetServiceNetworkServiceAssociationResponse < Struct.new( :arn, :created_at, :created_by, :custom_domain_name, :dns_entry, :failure_code, :failure_message, :id, :service_arn, :service_id, :service_name, :service_network_arn, :service_network_id, :service_network_name, :status) SENSITIVE = [] include Aws::Structure end |
#custom_domain_name ⇒ String
The custom domain name of the service.
1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 1582 class GetServiceNetworkServiceAssociationResponse < Struct.new( :arn, :created_at, :created_by, :custom_domain_name, :dns_entry, :failure_code, :failure_message, :id, :service_arn, :service_id, :service_name, :service_network_arn, :service_network_id, :service_network_name, :status) SENSITIVE = [] include Aws::Structure end |
#dns_entry ⇒ Types::DnsEntry
The DNS name of the service.
1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 1582 class GetServiceNetworkServiceAssociationResponse < Struct.new( :arn, :created_at, :created_by, :custom_domain_name, :dns_entry, :failure_code, :failure_message, :id, :service_arn, :service_id, :service_name, :service_network_arn, :service_network_id, :service_network_name, :status) SENSITIVE = [] include Aws::Structure end |
#failure_code ⇒ String
The failure code.
1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 1582 class GetServiceNetworkServiceAssociationResponse < Struct.new( :arn, :created_at, :created_by, :custom_domain_name, :dns_entry, :failure_code, :failure_message, :id, :service_arn, :service_id, :service_name, :service_network_arn, :service_network_id, :service_network_name, :status) SENSITIVE = [] include Aws::Structure end |
#failure_message ⇒ String
The failure message.
1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 1582 class GetServiceNetworkServiceAssociationResponse < Struct.new( :arn, :created_at, :created_by, :custom_domain_name, :dns_entry, :failure_code, :failure_message, :id, :service_arn, :service_id, :service_name, :service_network_arn, :service_network_id, :service_network_name, :status) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the service network and service association.
1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 1582 class GetServiceNetworkServiceAssociationResponse < Struct.new( :arn, :created_at, :created_by, :custom_domain_name, :dns_entry, :failure_code, :failure_message, :id, :service_arn, :service_id, :service_name, :service_network_arn, :service_network_id, :service_network_name, :status) SENSITIVE = [] include Aws::Structure end |
#service_arn ⇒ String
The Amazon Resource Name (ARN) of the service.
1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 1582 class GetServiceNetworkServiceAssociationResponse < Struct.new( :arn, :created_at, :created_by, :custom_domain_name, :dns_entry, :failure_code, :failure_message, :id, :service_arn, :service_id, :service_name, :service_network_arn, :service_network_id, :service_network_name, :status) SENSITIVE = [] include Aws::Structure end |
#service_id ⇒ String
The ID of the service.
1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 1582 class GetServiceNetworkServiceAssociationResponse < Struct.new( :arn, :created_at, :created_by, :custom_domain_name, :dns_entry, :failure_code, :failure_message, :id, :service_arn, :service_id, :service_name, :service_network_arn, :service_network_id, :service_network_name, :status) SENSITIVE = [] include Aws::Structure end |
#service_name ⇒ String
The name of the service.
1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 1582 class GetServiceNetworkServiceAssociationResponse < Struct.new( :arn, :created_at, :created_by, :custom_domain_name, :dns_entry, :failure_code, :failure_message, :id, :service_arn, :service_id, :service_name, :service_network_arn, :service_network_id, :service_network_name, :status) SENSITIVE = [] include Aws::Structure end |
#service_network_arn ⇒ String
The Amazon Resource Name (ARN) of the service network.
1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 1582 class GetServiceNetworkServiceAssociationResponse < Struct.new( :arn, :created_at, :created_by, :custom_domain_name, :dns_entry, :failure_code, :failure_message, :id, :service_arn, :service_id, :service_name, :service_network_arn, :service_network_id, :service_network_name, :status) SENSITIVE = [] include Aws::Structure end |
#service_network_id ⇒ String
The ID of the service network.
1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 1582 class GetServiceNetworkServiceAssociationResponse < Struct.new( :arn, :created_at, :created_by, :custom_domain_name, :dns_entry, :failure_code, :failure_message, :id, :service_arn, :service_id, :service_name, :service_network_arn, :service_network_id, :service_network_name, :status) SENSITIVE = [] include Aws::Structure end |
#service_network_name ⇒ String
The name of the service network.
1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 1582 class GetServiceNetworkServiceAssociationResponse < Struct.new( :arn, :created_at, :created_by, :custom_domain_name, :dns_entry, :failure_code, :failure_message, :id, :service_arn, :service_id, :service_name, :service_network_arn, :service_network_id, :service_network_name, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the association.
1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 1582 class GetServiceNetworkServiceAssociationResponse < Struct.new( :arn, :created_at, :created_by, :custom_domain_name, :dns_entry, :failure_code, :failure_message, :id, :service_arn, :service_id, :service_name, :service_network_arn, :service_network_id, :service_network_name, :status) SENSITIVE = [] include Aws::Structure end |