Module: Aws::VPCLattice::Client::_CreateServiceNetworkVpcAssociationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateServiceNetworkVpcAssociationResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #created_by ⇒ ::String
- #dns_options ⇒ Types::DnsOptions
- #id ⇒ ::String
- #private_dns_enabled ⇒ Boolean
- #security_group_ids ⇒ ::Array[::String]
- #status ⇒ "CREATE_IN_PROGRESS", ...
Instance Method Details
#arn ⇒ ::String
314 |
# File 'sig/client.rbs', line 314
def arn: () -> ::String
|
#created_by ⇒ ::String
315 |
# File 'sig/client.rbs', line 315
def created_by: () -> ::String
|
#dns_options ⇒ Types::DnsOptions
318 |
# File 'sig/client.rbs', line 318
def dns_options: () -> Types::DnsOptions
|
#id ⇒ ::String
312 |
# File 'sig/client.rbs', line 312
def id: () -> ::String
|
#private_dns_enabled ⇒ Boolean
317 |
# File 'sig/client.rbs', line 317
def private_dns_enabled: () -> bool
|
#security_group_ids ⇒ ::Array[::String]
316 |
# File 'sig/client.rbs', line 316
def security_group_ids: () -> ::Array[::String]
|
#status ⇒ "CREATE_IN_PROGRESS", ...
313 |
# File 'sig/client.rbs', line 313
def status: () -> ("CREATE_IN_PROGRESS" | "ACTIVE" | "UPDATE_IN_PROGRESS" | "DELETE_IN_PROGRESS" | "CREATE_FAILED" | "DELETE_FAILED" | "UPDATE_FAILED")
|