Class: Aws::Types::GetQuotaUtilizationReportResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#error_code ⇒ ::String

Returns the value of attribute error_code.

Returns:

  • (::String)


107
108
109
# File 'sig/types.rbs', line 107

def error_code
  @error_code
end

#error_message ⇒ ::String

Returns the value of attribute error_message.

Returns:

  • (::String)


108
109
110
# File 'sig/types.rbs', line 108

def error_message
  @error_message
end

#generated_at ⇒ ::Time

Returns the value of attribute generated_at.

Returns:

  • (::Time)


103
104
105
# File 'sig/types.rbs', line 103

def generated_at
  @generated_at
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


106
107
108
# File 'sig/types.rbs', line 106

def next_token
  @next_token
end

#quotas ⇒ ::Array[Types::QuotaUtilizationInfo]

Returns the value of attribute quotas.

Returns:



105
106
107
# File 'sig/types.rbs', line 105

def quotas
  @quotas
end

#report_id ⇒ ::String

Returns the value of attribute report_id.

Returns:

  • (::String)


101
102
103
# File 'sig/types.rbs', line 101

def report_id
  @report_id
end

#status ⇒ "PENDING", ...

Returns the value of attribute status.

Returns:

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


102
103
104
# File 'sig/types.rbs', line 102

def status
  @status
end

#total_count ⇒ ::Integer

Returns the value of attribute total_count.

Returns:

  • (::Integer)


104
105
106
# File 'sig/types.rbs', line 104

def total_count
  @total_count
end