Class: Aws::Types::CreateLimitsProfileRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_id::String

Returns the value of attribute account_id.

Returns:

  • (::String)


2535
2536
2537
# File 'sig/types.rbs', line 2535

def 
  @account_id
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


2539
2540
2541
# File 'sig/types.rbs', line 2539

def client_token
  @client_token
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2537
2538
2539
# File 'sig/types.rbs', line 2537

def description
  @description
end

#profile_name::String

Returns the value of attribute profile_name.

Returns:

  • (::String)


2536
2537
2538
# File 'sig/types.rbs', line 2536

def profile_name
  @profile_name
end

#resource_limits::Hash[("INDEX_STORAGE" | "AGENT_HOURS"), Types::ProfileLimitValue]

Returns the value of attribute resource_limits.

Returns:



2538
2539
2540
# File 'sig/types.rbs', line 2538

def resource_limits
  @resource_limits
end