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
2417 |
# File 'sig/client.rbs', line 2417
def custom_endpoint_type: () -> ::String
|
#db_cluster_endpoint_arn ⇒ ::String
2420 |
# File 'sig/client.rbs', line 2420
def db_cluster_endpoint_arn: () -> ::String
|
#db_cluster_endpoint_identifier ⇒ ::String
2411 |
# File 'sig/client.rbs', line 2411
def db_cluster_endpoint_identifier: () -> ::String
|
#db_cluster_endpoint_resource_identifier ⇒ ::String
2413 |
# File 'sig/client.rbs', line 2413
def db_cluster_endpoint_resource_identifier: () -> ::String
|
#db_cluster_identifier ⇒ ::String
2412 |
# File 'sig/client.rbs', line 2412
def db_cluster_identifier: () -> ::String
|
#endpoint ⇒ ::String
2414 |
# File 'sig/client.rbs', line 2414
def endpoint: () -> ::String
|
#endpoint_type ⇒ ::String
2416 |
# File 'sig/client.rbs', line 2416
def endpoint_type: () -> ::String
|
#excluded_members ⇒ ::Array[::String]
2419 |
# File 'sig/client.rbs', line 2419
def excluded_members: () -> ::Array[::String]
|
#static_members ⇒ ::Array[::String]
2418 |
# File 'sig/client.rbs', line 2418
def static_members: () -> ::Array[::String]
|
#status ⇒ ::String
2415 |
# File 'sig/client.rbs', line 2415
def status: () -> ::String
|