Class: Aws::Types::JoinDomainOutput
- Inherits:
-
Object
- Object
- Aws::Types::JoinDomainOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#active_directory_status ⇒ "ACCESS_DENIED", ...
Returns the value of attribute active_directory_status.
-
#gateway_arn ⇒ ::String
Returns the value of attribute gateway_arn.
Instance Attribute Details
#active_directory_status ⇒ "ACCESS_DENIED", ...
Returns the value of attribute active_directory_status.
952 953 954 |
# File 'sig/types.rbs', line 952 def active_directory_status @active_directory_status end |
#gateway_arn ⇒ ::String
Returns the value of attribute gateway_arn.
951 952 953 |
# File 'sig/types.rbs', line 951 def gateway_arn @gateway_arn end |