Module: Aws::VPCLattice::Client::_GetServiceNetworkServiceAssociationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetServiceNetworkServiceAssociationResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #created_at ⇒ ::Time
- #created_by ⇒ ::String
- #custom_domain_name ⇒ ::String
- #dns_entry ⇒ Types::DnsEntry
- #failure_code ⇒ ::String
- #failure_message ⇒ ::String
- #id ⇒ ::String
- #service_arn ⇒ ::String
- #service_id ⇒ ::String
- #service_name ⇒ ::String
- #service_network_arn ⇒ ::String
- #service_network_id ⇒ ::String
- #service_network_name ⇒ ::String
- #status ⇒ "CREATE_IN_PROGRESS", ...
Instance Method Details
#arn ⇒ ::String
763 |
# File 'sig/client.rbs', line 763
def arn: () -> ::String
|
#created_at ⇒ ::Time
765 |
# File 'sig/client.rbs', line 765
def created_at: () -> ::Time
|
#created_by ⇒ ::String
764 |
# File 'sig/client.rbs', line 764
def created_by: () -> ::String
|
#custom_domain_name ⇒ ::String
773 |
# File 'sig/client.rbs', line 773
def custom_domain_name: () -> ::String
|
#dns_entry ⇒ Types::DnsEntry
772 |
# File 'sig/client.rbs', line 772
def dns_entry: () -> Types::DnsEntry
|
#failure_code ⇒ ::String
775 |
# File 'sig/client.rbs', line 775
def failure_code: () -> ::String
|
#failure_message ⇒ ::String
774 |
# File 'sig/client.rbs', line 774
def failure_message: () -> ::String
|
#id ⇒ ::String
761 |
# File 'sig/client.rbs', line 761
def id: () -> ::String
|
#service_arn ⇒ ::String
768 |
# File 'sig/client.rbs', line 768
def service_arn: () -> ::String
|
#service_id ⇒ ::String
766 |
# File 'sig/client.rbs', line 766
def service_id: () -> ::String
|
#service_name ⇒ ::String
767 |
# File 'sig/client.rbs', line 767
def service_name: () -> ::String
|
#service_network_arn ⇒ ::String
771 |
# File 'sig/client.rbs', line 771
def service_network_arn: () -> ::String
|
#service_network_id ⇒ ::String
769 |
# File 'sig/client.rbs', line 769
def service_network_id: () -> ::String
|
#service_network_name ⇒ ::String
770 |
# File 'sig/client.rbs', line 770
def service_network_name: () -> ::String
|
#status ⇒ "CREATE_IN_PROGRESS", ...
762 |
# File 'sig/client.rbs', line 762
def status: () -> ("CREATE_IN_PROGRESS" | "ACTIVE" | "DELETE_IN_PROGRESS" | "CREATE_FAILED" | "DELETE_FAILED")
|