Class: Aws::Types::StartQuotaUtilizationReportResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#message ⇒ ::String

Returns the value of attribute message.

Returns:

  • (::String)


434
435
436
# File 'sig/types.rbs', line 434

def message
  @message
end

#report_id ⇒ ::String

Returns the value of attribute report_id.

Returns:

  • (::String)


432
433
434
# File 'sig/types.rbs', line 432

def report_id
  @report_id
end

#status ⇒ "PENDING", ...

Returns the value of attribute status.

Returns:

  • ("PENDING", "IN_PROGRESS", "COMPLETED", "FAILED")


433
434
435
# File 'sig/types.rbs', line 433

def status
  @status
end