Module: Aws::VPCLattice::Client::_GetServiceNetworkResourceAssociationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetServiceNetworkResourceAssociationResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #created_at ⇒ ::Time
- #created_by ⇒ ::String
- #dns_entry ⇒ Types::DnsEntry
- #domain_verification_status ⇒ "VERIFIED", ...
- #failure_code ⇒ ::String
- #failure_reason ⇒ ::String
- #id ⇒ ::String
- #is_managed_association ⇒ Boolean
- #last_updated_at ⇒ ::Time
- #private_dns_enabled ⇒ Boolean
- #private_dns_entry ⇒ Types::DnsEntry
- #resource_configuration_arn ⇒ ::String
- #resource_configuration_id ⇒ ::String
- #resource_configuration_name ⇒ ::String
- #service_network_arn ⇒ ::String
- #service_network_id ⇒ ::String
- #service_network_name ⇒ ::String
- #status ⇒ "CREATE_IN_PROGRESS", ...
Instance Method Details
#arn ⇒ ::String
734 |
# File 'sig/client.rbs', line 734
def arn: () -> ::String
|
#created_at ⇒ ::Time
737 |
# File 'sig/client.rbs', line 737
def created_at: () -> ::Time
|
#created_by ⇒ ::String
736 |
# File 'sig/client.rbs', line 736
def created_by: () -> ::String
|
#dns_entry ⇒ Types::DnsEntry
749 |
# File 'sig/client.rbs', line 749
def dns_entry: () -> Types::DnsEntry
|
#domain_verification_status ⇒ "VERIFIED", ...
751 |
# File 'sig/client.rbs', line 751
def domain_verification_status: () -> ("VERIFIED" | "PENDING" | "VERIFICATION_TIMED_OUT")
|
#failure_code ⇒ ::String
745 |
# File 'sig/client.rbs', line 745
def failure_code: () -> ::String
|
#failure_reason ⇒ ::String
744 |
# File 'sig/client.rbs', line 744
def failure_reason: () -> ::String
|
#id ⇒ ::String
733 |
# File 'sig/client.rbs', line 733
def id: () -> ::String
|
#is_managed_association ⇒ Boolean
750 |
# File 'sig/client.rbs', line 750
def is_managed_association: () -> bool
|
#last_updated_at ⇒ ::Time
746 |
# File 'sig/client.rbs', line 746
def last_updated_at: () -> ::Time
|
#private_dns_enabled ⇒ Boolean
748 |
# File 'sig/client.rbs', line 748
def private_dns_enabled: () -> bool
|
#private_dns_entry ⇒ Types::DnsEntry
747 |
# File 'sig/client.rbs', line 747
def private_dns_entry: () -> Types::DnsEntry
|
#resource_configuration_arn ⇒ ::String
739 |
# File 'sig/client.rbs', line 739
def resource_configuration_arn: () -> ::String
|
#resource_configuration_id ⇒ ::String
738 |
# File 'sig/client.rbs', line 738
def resource_configuration_id: () -> ::String
|
#resource_configuration_name ⇒ ::String
740 |
# File 'sig/client.rbs', line 740
def resource_configuration_name: () -> ::String
|
#service_network_arn ⇒ ::String
742 |
# File 'sig/client.rbs', line 742
def service_network_arn: () -> ::String
|
#service_network_id ⇒ ::String
741 |
# File 'sig/client.rbs', line 741
def service_network_id: () -> ::String
|
#service_network_name ⇒ ::String
743 |
# File 'sig/client.rbs', line 743
def service_network_name: () -> ::String
|
#status ⇒ "CREATE_IN_PROGRESS", ...
735 |
# File 'sig/client.rbs', line 735
def status: () -> ("CREATE_IN_PROGRESS" | "ACTIVE" | "PARTIAL" | "DELETE_IN_PROGRESS" | "CREATE_FAILED" | "DELETE_FAILED")
|