Class: Aws::Types::ListOutpostsWithS3Result
- Inherits:
-
Object
- Object
- Aws::Types::ListOutpostsWithS3Result
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#outposts ⇒ ::Array[Types::Outpost]
Returns the value of attribute outposts.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
88 89 90 |
# File 'sig/types.rbs', line 88 def next_token @next_token end |
#outposts ⇒ ::Array[Types::Outpost]
Returns the value of attribute outposts.
87 88 89 |
# File 'sig/types.rbs', line 87 def outposts @outposts end |