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.
6916 6917 6918 |
# File 'sig/types.rbs', line 6916 def next_token @next_token end |
#outpost_lags ⇒ ::Array[Types::OutpostLag]
Returns the value of attribute outpost_lags.
6915 6916 6917 |
# File 'sig/types.rbs', line 6915 def outpost_lags @outpost_lags end |