Class: Aws::Types::CreateDBClusterEndpointMessage
- Inherits:
-
Object
- Object
- Aws::Types::CreateDBClusterEndpointMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#db_cluster_endpoint_identifier ⇒ ::String
Returns the value of attribute db_cluster_endpoint_identifier.
-
#db_cluster_identifier ⇒ ::String
Returns the value of attribute db_cluster_identifier.
-
#endpoint_type ⇒ ::String
Returns the value of attribute endpoint_type.
-
#excluded_members ⇒ ::Array[::String]
Returns the value of attribute excluded_members.
-
#static_members ⇒ ::Array[::String]
Returns the value of attribute static_members.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#db_cluster_endpoint_identifier ⇒ ::String
Returns the value of attribute db_cluster_endpoint_identifier.
380 381 382 |
# File 'sig/types.rbs', line 380 def db_cluster_endpoint_identifier @db_cluster_endpoint_identifier end |
#db_cluster_identifier ⇒ ::String
Returns the value of attribute db_cluster_identifier.
379 380 381 |
# File 'sig/types.rbs', line 379 def db_cluster_identifier @db_cluster_identifier end |
#endpoint_type ⇒ ::String
Returns the value of attribute endpoint_type.
381 382 383 |
# File 'sig/types.rbs', line 381 def endpoint_type @endpoint_type end |
#excluded_members ⇒ ::Array[::String]
Returns the value of attribute excluded_members.
383 384 385 |
# File 'sig/types.rbs', line 383 def excluded_members @excluded_members end |
#static_members ⇒ ::Array[::String]
Returns the value of attribute static_members.
382 383 384 |
# File 'sig/types.rbs', line 382 def static_members @static_members end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
384 385 386 |
# File 'sig/types.rbs', line 384 def @tags end |