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
373 |
# File 'sig/client.rbs', line 373
def authentication: () -> ::String
|
#client_subnets ⇒ ::Array[::String]
375 |
# File 'sig/client.rbs', line 375
def client_subnets: () -> ::Array[::String]
|
#creation_time ⇒ ::Time
377 |
# File 'sig/client.rbs', line 377
def creation_time: () -> ::Time
|
#security_groups ⇒ ::Array[::String]
376 |
# File 'sig/client.rbs', line 376
def security_groups: () -> ::Array[::String]
|
#state ⇒ "CREATING", ...
372 |
# File 'sig/client.rbs', line 372
def state: () -> ("CREATING" | "AVAILABLE" | "INACTIVE" | "DEACTIVATING" | "DELETING" | "FAILED" | "REJECTED" | "REJECTING")
|
#tags ⇒ ::Hash[::String, ::String]
378 |
# File 'sig/client.rbs', line 378
def tags: () -> ::Hash[::String, ::String]
|
#vpc_connection_arn ⇒ ::String
371 |
# File 'sig/client.rbs', line 371
def vpc_connection_arn: () -> ::String
|
#vpc_id ⇒ ::String
374 |
# File 'sig/client.rbs', line 374
def vpc_id: () -> ::String
|