Class: Aws::Types::DeleteDBClusterEndpointOutput
- Inherits:
-
Object
- Object
- Aws::Types::DeleteDBClusterEndpointOutput
- 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.
728 729 730 |
# File 'sig/types.rbs', line 728 def custom_endpoint_type @custom_endpoint_type end |
#db_cluster_endpoint_arn ⇒ ::String
Returns the value of attribute db_cluster_endpoint_arn.
731 732 733 |
# File 'sig/types.rbs', line 731 def db_cluster_endpoint_arn @db_cluster_endpoint_arn end |
#db_cluster_endpoint_identifier ⇒ ::String
Returns the value of attribute db_cluster_endpoint_identifier.
722 723 724 |
# File 'sig/types.rbs', line 722 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.
724 725 726 |
# File 'sig/types.rbs', line 724 def db_cluster_endpoint_resource_identifier @db_cluster_endpoint_resource_identifier end |
#db_cluster_identifier ⇒ ::String
Returns the value of attribute db_cluster_identifier.
723 724 725 |
# File 'sig/types.rbs', line 723 def db_cluster_identifier @db_cluster_identifier end |
#endpoint ⇒ ::String
Returns the value of attribute endpoint.
725 726 727 |
# File 'sig/types.rbs', line 725 def endpoint @endpoint end |
#endpoint_type ⇒ ::String
Returns the value of attribute endpoint_type.
727 728 729 |
# File 'sig/types.rbs', line 727 def endpoint_type @endpoint_type end |
#excluded_members ⇒ ::Array[::String]
Returns the value of attribute excluded_members.
730 731 732 |
# File 'sig/types.rbs', line 730 def excluded_members @excluded_members end |
#static_members ⇒ ::Array[::String]
Returns the value of attribute static_members.
729 730 731 |
# File 'sig/types.rbs', line 729 def static_members @static_members end |
#status ⇒ ::String
Returns the value of attribute status.
726 727 728 |
# File 'sig/types.rbs', line 726 def status @status end |