Class: Aws::Types::ListBucketIntelligentTieringConfigurationsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bucket::String

Returns the value of attribute bucket.

Returns:

  • (::String)


1678
1679
1680
# File 'sig/types.rbs', line 1678

def bucket
  @bucket
end

#continuation_token::String

Returns the value of attribute continuation_token.

Returns:

  • (::String)


1679
1680
1681
# File 'sig/types.rbs', line 1679

def continuation_token
  @continuation_token
end

#expected_bucket_owner::String

Returns the value of attribute expected_bucket_owner.

Returns:

  • (::String)


1680
1681
1682
# File 'sig/types.rbs', line 1680

def expected_bucket_owner
  @expected_bucket_owner
end