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:



1658
1659
1660
# File 'sig/types.rbs', line 1658

def analytics_configuration_list
  @analytics_configuration_list
end

#continuation_token::String

Returns the value of attribute continuation_token.

Returns:

  • (::String)


1656
1657
1658
# File 'sig/types.rbs', line 1656

def continuation_token
  @continuation_token
end

#is_truncatedBoolean

Returns the value of attribute is_truncated.

Returns:

  • (Boolean)


1655
1656
1657
# File 'sig/types.rbs', line 1655

def is_truncated
  @is_truncated
end

#next_continuation_token::String

Returns the value of attribute next_continuation_token.

Returns:

  • (::String)


1657
1658
1659
# File 'sig/types.rbs', line 1657

def next_continuation_token
  @next_continuation_token
end