Module: Aws::VPCLattice::Client::_GetServiceNetworkVpcAssociationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetServiceNetworkVpcAssociationResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #created_at ⇒ ::Time
- #created_by ⇒ ::String
- #dns_options ⇒ Types::DnsOptions
- #failure_code ⇒ ::String
- #failure_message ⇒ ::String
- #id ⇒ ::String
- #last_updated_at ⇒ ::Time
- #private_dns_enabled ⇒ Boolean
- #security_group_ids ⇒ ::Array[::String]
- #service_network_arn ⇒ ::String
- #service_network_id ⇒ ::String
- #service_network_name ⇒ ::String
- #status ⇒ "CREATE_IN_PROGRESS", ...
- #vpc_id ⇒ ::String
Instance Method Details
#arn ⇒ ::String
787 |
# File 'sig/client.rbs', line 787
def arn: () -> ::String
|
#created_at ⇒ ::Time
789 |
# File 'sig/client.rbs', line 789
def created_at: () -> ::Time
|
#created_by ⇒ ::String
788 |
# File 'sig/client.rbs', line 788
def created_by: () -> ::String
|
#dns_options ⇒ Types::DnsOptions
799 |
# File 'sig/client.rbs', line 799
def dns_options: () -> Types::DnsOptions
|
#failure_code ⇒ ::String
797 |
# File 'sig/client.rbs', line 797
def failure_code: () -> ::String
|
#failure_message ⇒ ::String
796 |
# File 'sig/client.rbs', line 796
def failure_message: () -> ::String
|
#id ⇒ ::String
785 |
# File 'sig/client.rbs', line 785
def id: () -> ::String
|
#last_updated_at ⇒ ::Time
798 |
# File 'sig/client.rbs', line 798
def last_updated_at: () -> ::Time
|
#private_dns_enabled ⇒ Boolean
795 |
# File 'sig/client.rbs', line 795
def private_dns_enabled: () -> bool
|
#security_group_ids ⇒ ::Array[::String]
794 |
# File 'sig/client.rbs', line 794
def security_group_ids: () -> ::Array[::String]
|
#service_network_arn ⇒ ::String
792 |
# File 'sig/client.rbs', line 792
def service_network_arn: () -> ::String
|
#service_network_id ⇒ ::String
790 |
# File 'sig/client.rbs', line 790
def service_network_id: () -> ::String
|
#service_network_name ⇒ ::String
791 |
# File 'sig/client.rbs', line 791
def service_network_name: () -> ::String
|
#status ⇒ "CREATE_IN_PROGRESS", ...
786 |
# File 'sig/client.rbs', line 786
def status: () -> ("CREATE_IN_PROGRESS" | "ACTIVE" | "UPDATE_IN_PROGRESS" | "DELETE_IN_PROGRESS" | "CREATE_FAILED" | "DELETE_FAILED" | "UPDATE_FAILED")
|
#vpc_id ⇒ ::String
793 |
# File 'sig/client.rbs', line 793
def vpc_id: () -> ::String
|