Class: Aws::Types::ListBucketAnalyticsConfigurationsOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#analytics_configuration_list::Array[Types::AnalyticsConfiguration]

Returns the value of attribute analytics_configuration_list.

Returns:



1639
1640
1641
# File 'sig/types.rbs', line 1639

def analytics_configuration_list
  @analytics_configuration_list
end

#continuation_token::String

Returns the value of attribute continuation_token.

Returns:

  • (::String)


1637
1638
1639
# File 'sig/types.rbs', line 1637

def continuation_token
  @continuation_token
end

#is_truncatedBoolean

Returns the value of attribute is_truncated.

Returns:

  • (Boolean)


1636
1637
1638
# File 'sig/types.rbs', line 1636

def is_truncated
  @is_truncated
end

#next_continuation_token::String

Returns the value of attribute next_continuation_token.

Returns:

  • (::String)


1638
1639
1640
# File 'sig/types.rbs', line 1638

def next_continuation_token
  @next_continuation_token
end