Class: Aws::Types::DescribeOutpostLagsResult

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)


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.

Returns:



6732
6733
6734
# File 'sig/types.rbs', line 6732

def outpost_lags
  @outpost_lags
end