Class: Aws::Types::GetClusterCredentialsWithIAMMessage
- Inherits:
-
Object
- Object
- Aws::Types::GetClusterCredentialsWithIAMMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster_identifier ⇒ ::String
Returns the value of attribute cluster_identifier.
-
#custom_domain_name ⇒ ::String
Returns the value of attribute custom_domain_name.
-
#db_name ⇒ ::String
Returns the value of attribute db_name.
-
#duration_seconds ⇒ ::Integer
Returns the value of attribute duration_seconds.
Instance Attribute Details
#cluster_identifier ⇒ ::String
Returns the value of attribute cluster_identifier.
1588 1589 1590 |
# File 'sig/types.rbs', line 1588 def cluster_identifier @cluster_identifier end |
#custom_domain_name ⇒ ::String
Returns the value of attribute custom_domain_name.
1590 1591 1592 |
# File 'sig/types.rbs', line 1590 def custom_domain_name @custom_domain_name end |
#db_name ⇒ ::String
Returns the value of attribute db_name.
1587 1588 1589 |
# File 'sig/types.rbs', line 1587 def db_name @db_name end |
#duration_seconds ⇒ ::Integer
Returns the value of attribute duration_seconds.
1589 1590 1591 |
# File 'sig/types.rbs', line 1589 def duration_seconds @duration_seconds end |