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.
993 994 995 |
# File 'sig/types.rbs', line 993 def custom_endpoint_type @custom_endpoint_type end |
#db_cluster_endpoint_arn ⇒ ::String
Returns the value of attribute db_cluster_endpoint_arn.
996 997 998 |
# File 'sig/types.rbs', line 996 def db_cluster_endpoint_arn @db_cluster_endpoint_arn end |
#db_cluster_endpoint_identifier ⇒ ::String
Returns the value of attribute db_cluster_endpoint_identifier.
987 988 989 |
# File 'sig/types.rbs', line 987 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.
989 990 991 |
# File 'sig/types.rbs', line 989 def db_cluster_endpoint_resource_identifier @db_cluster_endpoint_resource_identifier end |
#db_cluster_identifier ⇒ ::String
Returns the value of attribute db_cluster_identifier.
988 989 990 |
# File 'sig/types.rbs', line 988 def db_cluster_identifier @db_cluster_identifier end |
#endpoint ⇒ ::String
Returns the value of attribute endpoint.
990 991 992 |
# File 'sig/types.rbs', line 990 def endpoint @endpoint end |
#endpoint_type ⇒ ::String
Returns the value of attribute endpoint_type.
992 993 994 |
# File 'sig/types.rbs', line 992 def endpoint_type @endpoint_type end |
#excluded_members ⇒ ::Array[::String]
Returns the value of attribute excluded_members.
995 996 997 |
# File 'sig/types.rbs', line 995 def excluded_members @excluded_members end |
#static_members ⇒ ::Array[::String]
Returns the value of attribute static_members.
994 995 996 |
# File 'sig/types.rbs', line 994 def static_members @static_members end |
#status ⇒ ::String
Returns the value of attribute status.
991 992 993 |
# File 'sig/types.rbs', line 991 def status @status end |