Class: Aws::Types::UpdateLimitsProfileRequest

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)


12858
12859
12860
# File 'sig/types.rbs', line 12858

def 
  @account_id
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


12860
12861
12862
# File 'sig/types.rbs', line 12860

def description
  @description
end

#profile_id::String

Returns the value of attribute profile_id.

Returns:

  • (::String)


12857
12858
12859
# File 'sig/types.rbs', line 12857

def profile_id
  @profile_id
end

#profile_name::String

Returns the value of attribute profile_name.

Returns:

  • (::String)


12859
12860
12861
# File 'sig/types.rbs', line 12859

def profile_name
  @profile_name
end

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

Returns the value of attribute resource_limits.

Returns:



12861
12862
12863
# File 'sig/types.rbs', line 12861

def resource_limits
  @resource_limits
end