Class: Aws::Types::GetClusterCredentialsMessage
- Inherits:
-
Object
- Object
- Aws::Types::GetClusterCredentialsMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auto_create ⇒ Boolean
Returns the value of attribute auto_create.
-
#cluster_identifier ⇒ ::String
Returns the value of attribute cluster_identifier.
-
#custom_domain_name ⇒ ::String
Returns the value of attribute custom_domain_name.
-
#db_groups ⇒ ::Array[::String]
Returns the value of attribute db_groups.
-
#db_name ⇒ ::String
Returns the value of attribute db_name.
-
#db_user ⇒ ::String
Returns the value of attribute db_user.
-
#duration_seconds ⇒ ::Integer
Returns the value of attribute duration_seconds.
Instance Attribute Details
#auto_create ⇒ Boolean
Returns the value of attribute auto_create.
1585 1586 1587 |
# File 'sig/types.rbs', line 1585 def auto_create @auto_create end |
#cluster_identifier ⇒ ::String
Returns the value of attribute cluster_identifier.
1583 1584 1585 |
# File 'sig/types.rbs', line 1583 def cluster_identifier @cluster_identifier end |
#custom_domain_name ⇒ ::String
Returns the value of attribute custom_domain_name.
1587 1588 1589 |
# File 'sig/types.rbs', line 1587 def custom_domain_name @custom_domain_name end |
#db_groups ⇒ ::Array[::String]
Returns the value of attribute db_groups.
1586 1587 1588 |
# File 'sig/types.rbs', line 1586 def db_groups @db_groups end |
#db_name ⇒ ::String
Returns the value of attribute db_name.
1582 1583 1584 |
# File 'sig/types.rbs', line 1582 def db_name @db_name end |
#db_user ⇒ ::String
Returns the value of attribute db_user.
1581 1582 1583 |
# File 'sig/types.rbs', line 1581 def db_user @db_user end |
#duration_seconds ⇒ ::Integer
Returns the value of attribute duration_seconds.
1584 1585 1586 |
# File 'sig/types.rbs', line 1584 def duration_seconds @duration_seconds end |