Class: Aws::Types::DescribeUpdateDirectoryResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeUpdateDirectoryResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#update_activities ⇒ ::Array[Types::UpdateInfoEntry]
Returns the value of attribute update_activities.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
646 647 648 |
# File 'sig/types.rbs', line 646 def next_token @next_token end |
#update_activities ⇒ ::Array[Types::UpdateInfoEntry]
Returns the value of attribute update_activities.
645 646 647 |
# File 'sig/types.rbs', line 645 def update_activities @update_activities end |