Class: Aws::Types::CreateDBClusterEndpointOutput
- Inherits:
-
Object
- Object
- Aws::Types::CreateDBClusterEndpointOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#custom_endpoint_type ⇒ ::String
Returns the value of attribute custom_endpoint_type.
-
#db_cluster_endpoint_arn ⇒ ::String
Returns the value of attribute db_cluster_endpoint_arn.
-
#db_cluster_endpoint_identifier ⇒ ::String
Returns the value of attribute db_cluster_endpoint_identifier.
-
#db_cluster_endpoint_resource_identifier ⇒ ::String
Returns the value of attribute db_cluster_endpoint_resource_identifier.
-
#db_cluster_identifier ⇒ ::String
Returns the value of attribute db_cluster_identifier.
-
#endpoint ⇒ ::String
Returns the value of attribute endpoint.
-
#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.
-
#status ⇒ ::String
Returns the value of attribute status.
Instance Attribute Details
#custom_endpoint_type ⇒ ::String
Returns the value of attribute custom_endpoint_type.
142 143 144 |
# File 'sig/types.rbs', line 142 def custom_endpoint_type @custom_endpoint_type end |
#db_cluster_endpoint_arn ⇒ ::String
Returns the value of attribute db_cluster_endpoint_arn.
145 146 147 |
# File 'sig/types.rbs', line 145 def db_cluster_endpoint_arn @db_cluster_endpoint_arn end |
#db_cluster_endpoint_identifier ⇒ ::String
Returns the value of attribute db_cluster_endpoint_identifier.
136 137 138 |
# File 'sig/types.rbs', line 136 def db_cluster_endpoint_identifier @db_cluster_endpoint_identifier end |
#db_cluster_endpoint_resource_identifier ⇒ ::String
Returns the value of attribute db_cluster_endpoint_resource_identifier.
138 139 140 |
# File 'sig/types.rbs', line 138 def db_cluster_endpoint_resource_identifier @db_cluster_endpoint_resource_identifier end |
#db_cluster_identifier ⇒ ::String
Returns the value of attribute db_cluster_identifier.
137 138 139 |
# File 'sig/types.rbs', line 137 def db_cluster_identifier @db_cluster_identifier end |
#endpoint ⇒ ::String
Returns the value of attribute endpoint.
139 140 141 |
# File 'sig/types.rbs', line 139 def endpoint @endpoint end |
#endpoint_type ⇒ ::String
Returns the value of attribute endpoint_type.
141 142 143 |
# File 'sig/types.rbs', line 141 def endpoint_type @endpoint_type end |
#excluded_members ⇒ ::Array[::String]
Returns the value of attribute excluded_members.
144 145 146 |
# File 'sig/types.rbs', line 144 def excluded_members @excluded_members end |
#static_members ⇒ ::Array[::String]
Returns the value of attribute static_members.
143 144 145 |
# File 'sig/types.rbs', line 143 def static_members @static_members end |
#status ⇒ ::String
Returns the value of attribute status.
140 141 142 |
# File 'sig/types.rbs', line 140 def status @status end |