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.
1593 1594 1595 |
# File 'sig/types.rbs', line 1593 def cluster_identifier @cluster_identifier end |
#custom_domain_name ⇒ ::String
Returns the value of attribute custom_domain_name.
1595 1596 1597 |
# File 'sig/types.rbs', line 1595 def custom_domain_name @custom_domain_name end |
#db_name ⇒ ::String
Returns the value of attribute db_name.
1592 1593 1594 |
# File 'sig/types.rbs', line 1592 def db_name @db_name end |
#duration_seconds ⇒ ::Integer
Returns the value of attribute duration_seconds.
1594 1595 1596 |
# File 'sig/types.rbs', line 1594 def duration_seconds @duration_seconds end |