Class: Aws::Types::LimitsProfile

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)


7486
7487
7488
# File 'sig/types.rbs', line 7486

def 
  @account_id
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


7485
7486
7487
# File 'sig/types.rbs', line 7485

def arn
  @arn
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


7490
7491
7492
# File 'sig/types.rbs', line 7490

def created_at
  @created_at
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


7488
7489
7490
# File 'sig/types.rbs', line 7488

def description
  @description
end

#profile_id::String

Returns the value of attribute profile_id.

Returns:

  • (::String)


7484
7485
7486
# File 'sig/types.rbs', line 7484

def profile_id
  @profile_id
end

#profile_name::String

Returns the value of attribute profile_name.

Returns:

  • (::String)


7487
7488
7489
# File 'sig/types.rbs', line 7487

def profile_name
  @profile_name
end

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

Returns the value of attribute resource_limits.

Returns:



7489
7490
7491
# File 'sig/types.rbs', line 7489

def resource_limits
  @resource_limits
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


7491
7492
7493
# File 'sig/types.rbs', line 7491

def updated_at
  @updated_at
end