Class: Aws::Types::ListStorageProfilesResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


2322
2323
2324
# File 'sig/types.rbs', line 2322

def next_token
  @next_token
end

#storage_profiles::Array[Types::StorageProfileSummary]

Returns the value of attribute storage_profiles.

Returns:



2321
2322
2323
# File 'sig/types.rbs', line 2321

def storage_profiles
  @storage_profiles
end