Class: Aws::Types::ListUsageProfilesResponse

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)


5537
5538
5539
# File 'sig/types.rbs', line 5537

def next_token
  @next_token
end

#profiles::Array[Types::UsageProfileDefinition]

Returns the value of attribute profiles.

Returns:



5536
5537
5538
# File 'sig/types.rbs', line 5536

def profiles
  @profiles
end