Class: Aws::Types::AwsRdsDbDomainMembership
- Inherits:
-
Object
- Object
- Aws::Types::AwsRdsDbDomainMembership
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain ⇒ ::String
Returns the value of attribute domain.
-
#fqdn ⇒ ::String
Returns the value of attribute fqdn.
-
#iam_role_name ⇒ ::String
Returns the value of attribute iam_role_name.
-
#status ⇒ ::String
Returns the value of attribute status.
Instance Attribute Details
#domain ⇒ ::String
Returns the value of attribute domain.
3493 3494 3495 |
# File 'sig/types.rbs', line 3493 def domain @domain end |
#fqdn ⇒ ::String
Returns the value of attribute fqdn.
3495 3496 3497 |
# File 'sig/types.rbs', line 3495 def fqdn @fqdn end |
#iam_role_name ⇒ ::String
Returns the value of attribute iam_role_name.
3496 3497 3498 |
# File 'sig/types.rbs', line 3496 def iam_role_name @iam_role_name end |
#status ⇒ ::String
Returns the value of attribute status.
3494 3495 3496 |
# File 'sig/types.rbs', line 3494 def status @status end |