Module: Aws::RDS::Client::_ModifyDBClusterEndpointResponseSuccess
- 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
2424 |
# File 'sig/client.rbs', line 2424
def custom_endpoint_type: () -> ::String
|
#db_cluster_endpoint_arn ⇒ ::String
2427 |
# File 'sig/client.rbs', line 2427
def db_cluster_endpoint_arn: () -> ::String
|
#db_cluster_endpoint_identifier ⇒ ::String
2418 |
# File 'sig/client.rbs', line 2418
def db_cluster_endpoint_identifier: () -> ::String
|
#db_cluster_endpoint_resource_identifier ⇒ ::String
2420 |
# File 'sig/client.rbs', line 2420
def db_cluster_endpoint_resource_identifier: () -> ::String
|
#db_cluster_identifier ⇒ ::String
2419 |
# File 'sig/client.rbs', line 2419
def db_cluster_identifier: () -> ::String
|
#endpoint ⇒ ::String
2421 |
# File 'sig/client.rbs', line 2421
def endpoint: () -> ::String
|
#endpoint_type ⇒ ::String
2423 |
# File 'sig/client.rbs', line 2423
def endpoint_type: () -> ::String
|
#excluded_members ⇒ ::Array[::String]
2426 |
# File 'sig/client.rbs', line 2426
def excluded_members: () -> ::Array[::String]
|
#static_members ⇒ ::Array[::String]
2425 |
# File 'sig/client.rbs', line 2425
def static_members: () -> ::Array[::String]
|
#status ⇒ ::String
2422 |
# File 'sig/client.rbs', line 2422
def status: () -> ::String
|