Class: Aws::Types::ConsumableResourceSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#consumable_resource_arn::String

Returns the value of attribute consumable_resource_arn.

Returns:

  • (::String)


185
186
187
# File 'sig/types.rbs', line 185

def consumable_resource_arn
  @consumable_resource_arn
end

#consumable_resource_name::String

Returns the value of attribute consumable_resource_name.

Returns:

  • (::String)


186
187
188
# File 'sig/types.rbs', line 186

def consumable_resource_name
  @consumable_resource_name
end

#in_use_quantity::Integer

Returns the value of attribute in_use_quantity.

Returns:

  • (::Integer)


188
189
190
# File 'sig/types.rbs', line 188

def in_use_quantity
  @in_use_quantity
end

#resource_type::String

Returns the value of attribute resource_type.

Returns:

  • (::String)


189
190
191
# File 'sig/types.rbs', line 189

def resource_type
  @resource_type
end

#total_quantity::Integer

Returns the value of attribute total_quantity.

Returns:

  • (::Integer)


187
188
189
# File 'sig/types.rbs', line 187

def total_quantity
  @total_quantity
end