Class: Aws::Types::DBClusterEndpoint
- Inherits:
-
Object
- Object
- Aws::Types::DBClusterEndpoint
- 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.
384 385 386 |
# File 'sig/types.rbs', line 384 def custom_endpoint_type @custom_endpoint_type end |
#db_cluster_endpoint_arn ⇒ ::String
Returns the value of attribute db_cluster_endpoint_arn.
387 388 389 |
# File 'sig/types.rbs', line 387 def db_cluster_endpoint_arn @db_cluster_endpoint_arn end |
#db_cluster_endpoint_identifier ⇒ ::String
Returns the value of attribute db_cluster_endpoint_identifier.
378 379 380 |
# File 'sig/types.rbs', line 378 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.
380 381 382 |
# File 'sig/types.rbs', line 380 def db_cluster_endpoint_resource_identifier @db_cluster_endpoint_resource_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 ⇒ ::String
Returns the value of attribute endpoint.
381 382 383 |
# File 'sig/types.rbs', line 381 def endpoint @endpoint end |
#endpoint_type ⇒ ::String
Returns the value of attribute endpoint_type.
383 384 385 |
# File 'sig/types.rbs', line 383 def endpoint_type @endpoint_type end |
#excluded_members ⇒ ::Array[::String]
Returns the value of attribute excluded_members.
386 387 388 |
# File 'sig/types.rbs', line 386 def excluded_members @excluded_members end |
#static_members ⇒ ::Array[::String]
Returns the value of attribute static_members.
385 386 387 |
# File 'sig/types.rbs', line 385 def static_members @static_members end |
#status ⇒ ::String
Returns the value of attribute status.
382 383 384 |
# File 'sig/types.rbs', line 382 def status @status end |