Module: Aws::Kafka::Client::_CreateVpcConnectionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateVpcConnectionResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #authentication ⇒ ::String
- #client_subnets ⇒ ::Array[::String]
- #creation_time ⇒ ::Time
- #security_groups ⇒ ::Array[::String]
- #state ⇒ "CREATING", ...
- #tags ⇒ ::Hash[::String, ::String]
- #vpc_connection_arn ⇒ ::String
- #vpc_id ⇒ ::String
Instance Method Details
#authentication ⇒ ::String
279 |
# File 'sig/client.rbs', line 279
def authentication: () -> ::String
|
#client_subnets ⇒ ::Array[::String]
281 |
# File 'sig/client.rbs', line 281
def client_subnets: () -> ::Array[::String]
|
#creation_time ⇒ ::Time
283 |
# File 'sig/client.rbs', line 283
def creation_time: () -> ::Time
|
#security_groups ⇒ ::Array[::String]
282 |
# File 'sig/client.rbs', line 282
def security_groups: () -> ::Array[::String]
|
#state ⇒ "CREATING", ...
278 |
# File 'sig/client.rbs', line 278
def state: () -> ("CREATING" | "AVAILABLE" | "INACTIVE" | "DEACTIVATING" | "DELETING" | "FAILED" | "REJECTED" | "REJECTING")
|
#tags ⇒ ::Hash[::String, ::String]
284 |
# File 'sig/client.rbs', line 284
def tags: () -> ::Hash[::String, ::String]
|
#vpc_connection_arn ⇒ ::String
277 |
# File 'sig/client.rbs', line 277
def vpc_connection_arn: () -> ::String
|
#vpc_id ⇒ ::String
280 |
# File 'sig/client.rbs', line 280
def vpc_id: () -> ::String
|