Class: Aws::Types::ListOutpostsWithS3Result

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


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.

Returns:



87
88
89
# File 'sig/types.rbs', line 87

def outposts
  @outposts
end