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.
1580 1581 1582 |
# File 'sig/types.rbs', line 1580 def auto_create @auto_create end |
#cluster_identifier ⇒ ::String
Returns the value of attribute cluster_identifier.
1578 1579 1580 |
# File 'sig/types.rbs', line 1578 def cluster_identifier @cluster_identifier end |
#custom_domain_name ⇒ ::String
Returns the value of attribute custom_domain_name.
1582 1583 1584 |
# File 'sig/types.rbs', line 1582 def custom_domain_name @custom_domain_name end |
#db_groups ⇒ ::Array[::String]
Returns the value of attribute db_groups.
1581 1582 1583 |
# File 'sig/types.rbs', line 1581 def db_groups @db_groups end |
#db_name ⇒ ::String
Returns the value of attribute db_name.
1577 1578 1579 |
# File 'sig/types.rbs', line 1577 def db_name @db_name end |
#db_user ⇒ ::String
Returns the value of attribute db_user.
1576 1577 1578 |
# File 'sig/types.rbs', line 1576 def db_user @db_user end |
#duration_seconds ⇒ ::Integer
Returns the value of attribute duration_seconds.
1579 1580 1581 |
# File 'sig/types.rbs', line 1579 def duration_seconds @duration_seconds end |