Class: Aws::Types::ModifyDBClusterEndpointOutput
- Inherits:
-
Object
- Object
- Aws::Types::ModifyDBClusterEndpointOutput
- 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.
1231 1232 1233 |
# File 'sig/types.rbs', line 1231 def custom_endpoint_type @custom_endpoint_type end |
#db_cluster_endpoint_arn ⇒ ::String
Returns the value of attribute db_cluster_endpoint_arn.
1234 1235 1236 |
# File 'sig/types.rbs', line 1234 def db_cluster_endpoint_arn @db_cluster_endpoint_arn end |
#db_cluster_endpoint_identifier ⇒ ::String
Returns the value of attribute db_cluster_endpoint_identifier.
1225 1226 1227 |
# File 'sig/types.rbs', line 1225 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.
1227 1228 1229 |
# File 'sig/types.rbs', line 1227 def db_cluster_endpoint_resource_identifier @db_cluster_endpoint_resource_identifier end |
#db_cluster_identifier ⇒ ::String
Returns the value of attribute db_cluster_identifier.
1226 1227 1228 |
# File 'sig/types.rbs', line 1226 def db_cluster_identifier @db_cluster_identifier end |
#endpoint ⇒ ::String
Returns the value of attribute endpoint.
1228 1229 1230 |
# File 'sig/types.rbs', line 1228 def endpoint @endpoint end |
#endpoint_type ⇒ ::String
Returns the value of attribute endpoint_type.
1230 1231 1232 |
# File 'sig/types.rbs', line 1230 def endpoint_type @endpoint_type end |
#excluded_members ⇒ ::Array[::String]
Returns the value of attribute excluded_members.
1233 1234 1235 |
# File 'sig/types.rbs', line 1233 def excluded_members @excluded_members end |
#static_members ⇒ ::Array[::String]
Returns the value of attribute static_members.
1232 1233 1234 |
# File 'sig/types.rbs', line 1232 def static_members @static_members end |
#status ⇒ ::String
Returns the value of attribute status.
1229 1230 1231 |
# File 'sig/types.rbs', line 1229 def status @status end |