Class: Aws::Types::ListBucketInventoryConfigurationsOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#continuation_token::String

Returns the value of attribute continuation_token.

Returns:

  • (::String)


1685
1686
1687
# File 'sig/types.rbs', line 1685

def continuation_token
  @continuation_token
end

#inventory_configuration_list::Array[Types::InventoryConfiguration]

Returns the value of attribute inventory_configuration_list.

Returns:



1686
1687
1688
# File 'sig/types.rbs', line 1686

def inventory_configuration_list
  @inventory_configuration_list
end

#is_truncatedBoolean

Returns the value of attribute is_truncated.

Returns:

  • (Boolean)


1687
1688
1689
# File 'sig/types.rbs', line 1687

def is_truncated
  @is_truncated
end

#next_continuation_token::String

Returns the value of attribute next_continuation_token.

Returns:

  • (::String)


1688
1689
1690
# File 'sig/types.rbs', line 1688

def next_continuation_token
  @next_continuation_token
end