Class: Aws::Types::ListInstanceStorageConfigsResponse

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)


5287
5288
5289
# File 'sig/types.rbs', line 5287

def next_token
  @next_token
end

#storage_configs::Array[Types::InstanceStorageConfig]

Returns the value of attribute storage_configs.

Returns:



5286
5287
5288
# File 'sig/types.rbs', line 5286

def storage_configs
  @storage_configs
end