Class: Aws::Types::GetBucketsResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_level_bpa_syncTypes::AccountLevelBpaSync

Returns the value of attribute account_level_bpa_sync.



1436
1437
1438
# File 'sig/types.rbs', line 1436

def 
  @account_level_bpa_sync
end

#buckets::Array[Types::Bucket]

Returns the value of attribute buckets.

Returns:



1434
1435
1436
# File 'sig/types.rbs', line 1434

def buckets
  @buckets
end

#next_page_token::String

Returns the value of attribute next_page_token.

Returns:

  • (::String)


1435
1436
1437
# File 'sig/types.rbs', line 1435

def next_page_token
  @next_page_token
end