Module: Aws::RDS::Client::_CreateDBClusterEndpointResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DBClusterEndpoint]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #custom_endpoint_type ⇒ ::String
- #db_cluster_endpoint_arn ⇒ ::String
- #db_cluster_endpoint_identifier ⇒ ::String
- #db_cluster_endpoint_resource_identifier ⇒ ::String
- #db_cluster_identifier ⇒ ::String
- #endpoint ⇒ ::String
- #endpoint_type ⇒ ::String
- #excluded_members ⇒ ::Array[::String]
- #static_members ⇒ ::Array[::String]
- #status ⇒ ::String
Instance Method Details
#custom_endpoint_type ⇒ ::String
478 |
# File 'sig/client.rbs', line 478
def custom_endpoint_type: () -> ::String
|
#db_cluster_endpoint_arn ⇒ ::String
481 |
# File 'sig/client.rbs', line 481
def db_cluster_endpoint_arn: () -> ::String
|
#db_cluster_endpoint_identifier ⇒ ::String
472 |
# File 'sig/client.rbs', line 472
def db_cluster_endpoint_identifier: () -> ::String
|
#db_cluster_endpoint_resource_identifier ⇒ ::String
474 |
# File 'sig/client.rbs', line 474
def db_cluster_endpoint_resource_identifier: () -> ::String
|
#db_cluster_identifier ⇒ ::String
473 |
# File 'sig/client.rbs', line 473
def db_cluster_identifier: () -> ::String
|
#endpoint ⇒ ::String
475 |
# File 'sig/client.rbs', line 475
def endpoint: () -> ::String
|
#endpoint_type ⇒ ::String
477 |
# File 'sig/client.rbs', line 477
def endpoint_type: () -> ::String
|
#excluded_members ⇒ ::Array[::String]
480 |
# File 'sig/client.rbs', line 480
def excluded_members: () -> ::Array[::String]
|
#static_members ⇒ ::Array[::String]
479 |
# File 'sig/client.rbs', line 479
def static_members: () -> ::Array[::String]
|
#status ⇒ ::String
476 |
# File 'sig/client.rbs', line 476
def status: () -> ::String
|