Class: Aws::Types::DescribeOutpostLagsResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeOutpostLagsResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#outpost_lags ⇒ ::Array[Types::OutpostLag]
Returns the value of attribute outpost_lags.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
6733 6734 6735 |
# File 'sig/types.rbs', line 6733 def next_token @next_token end |
#outpost_lags ⇒ ::Array[Types::OutpostLag]
Returns the value of attribute outpost_lags.
6732 6733 6734 |
# File 'sig/types.rbs', line 6732 def outpost_lags @outpost_lags end |