Class: Aws::Types::DescribeSettingsRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeSettingsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#directory_id ⇒ ::String
Returns the value of attribute directory_id.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#status ⇒ "Requested", ...
Returns the value of attribute status.
Instance Attribute Details
#directory_id ⇒ ::String
Returns the value of attribute directory_id.
581 582 583 |
# File 'sig/types.rbs', line 581 def directory_id @directory_id end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
583 584 585 |
# File 'sig/types.rbs', line 583 def next_token @next_token end |
#status ⇒ "Requested", ...
Returns the value of attribute status.
582 583 584 |
# File 'sig/types.rbs', line 582 def status @status end |