Class: Aws::Types::ListLegalHoldsOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListLegalHoldsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#legal_holds ⇒ ::Array[Types::LegalHold]
Returns the value of attribute legal_holds.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#legal_holds ⇒ ::Array[Types::LegalHold]
Returns the value of attribute legal_holds.
1444 1445 1446 |
# File 'sig/types.rbs', line 1444 def legal_holds @legal_holds end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1443 1444 1445 |
# File 'sig/types.rbs', line 1443 def next_token @next_token end |