Module: Aws::Neptune::Client::_CreateDBClusterEndpointResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateDBClusterEndpointOutput]
- 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
236 |
# File 'sig/client.rbs', line 236
def custom_endpoint_type: () -> ::String
|
#db_cluster_endpoint_arn ⇒ ::String
239 |
# File 'sig/client.rbs', line 239
def db_cluster_endpoint_arn: () -> ::String
|
#db_cluster_endpoint_identifier ⇒ ::String
230 |
# File 'sig/client.rbs', line 230
def db_cluster_endpoint_identifier: () -> ::String
|
#db_cluster_endpoint_resource_identifier ⇒ ::String
232 |
# File 'sig/client.rbs', line 232
def db_cluster_endpoint_resource_identifier: () -> ::String
|
#db_cluster_identifier ⇒ ::String
231 |
# File 'sig/client.rbs', line 231
def db_cluster_identifier: () -> ::String
|
#endpoint ⇒ ::String
233 |
# File 'sig/client.rbs', line 233
def endpoint: () -> ::String
|
#endpoint_type ⇒ ::String
235 |
# File 'sig/client.rbs', line 235
def endpoint_type: () -> ::String
|
#excluded_members ⇒ ::Array[::String]
238 |
# File 'sig/client.rbs', line 238
def excluded_members: () -> ::Array[::String]
|
#static_members ⇒ ::Array[::String]
237 |
# File 'sig/client.rbs', line 237
def static_members: () -> ::Array[::String]
|
#status ⇒ ::String
234 |
# File 'sig/client.rbs', line 234
def status: () -> ::String
|