Class: Aws::Types::DomainMembership
- Inherits:
-
Object
- Object
- Aws::Types::DomainMembership
- 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.
997 998 999 |
# File 'sig/types.rbs', line 997 def domain @domain end |
#fqdn ⇒ ::String
Returns the value of attribute fqdn.
999 1000 1001 |
# File 'sig/types.rbs', line 999 def fqdn @fqdn end |
#iam_role_name ⇒ ::String
Returns the value of attribute iam_role_name.
1000 1001 1002 |
# File 'sig/types.rbs', line 1000 def iam_role_name @iam_role_name end |
#status ⇒ ::String
Returns the value of attribute status.
998 999 1000 |
# File 'sig/types.rbs', line 998 def status @status end |