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)


5547
5548
5549
# File 'sig/types.rbs', line 5547

def next_token
  @next_token
end

#profiles::Array[Types::UsageProfileDefinition]

Returns the value of attribute profiles.

Returns:



5546
5547
5548
# File 'sig/types.rbs', line 5546

def profiles
  @profiles
end