Class: Aws::Types::CheckSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_summary ⇒ ::Hash[("OKAY" | "WARNING" | "ERROR" | "NOT_AVAILABLE" | "FETCH_FAILED"), ::Integer]

Returns the value of attribute account_summary.

Returns:

  • (::Hash[("OKAY" | "WARNING" | "ERROR" | "NOT_AVAILABLE" | "FETCH_FAILED"), ::Integer])


211
212
213
# File 'sig/types.rbs', line 211

def 
  @account_summary
end

#choice_id ⇒ ::String

Returns the value of attribute choice_id.

Returns:

  • (::String)


209
210
211
# File 'sig/types.rbs', line 209

def choice_id
  @choice_id
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


204
205
206
# File 'sig/types.rbs', line 204

def description
  @description
end

#id ⇒ ::String

Returns the value of attribute id.

Returns:

  • (::String)


201
202
203
# File 'sig/types.rbs', line 201

def id
  @id
end

#lens_arn ⇒ ::String

Returns the value of attribute lens_arn.

Returns:

  • (::String)


206
207
208
# File 'sig/types.rbs', line 206

def lens_arn
  @lens_arn
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


202
203
204
# File 'sig/types.rbs', line 202

def name
  @name
end

#pillar_id ⇒ ::String

Returns the value of attribute pillar_id.

Returns:

  • (::String)


207
208
209
# File 'sig/types.rbs', line 207

def pillar_id
  @pillar_id
end

#provider ⇒ "TRUSTED_ADVISOR"

Returns the value of attribute provider.

Returns:

  • ("TRUSTED_ADVISOR")


203
204
205
# File 'sig/types.rbs', line 203

def provider
  @provider
end

#question_id ⇒ ::String

Returns the value of attribute question_id.

Returns:

  • (::String)


208
209
210
# File 'sig/types.rbs', line 208

def question_id
  @question_id
end

#status ⇒ "OKAY", ...

Returns the value of attribute status.

Returns:

  • ("OKAY", "WARNING", "ERROR", "NOT_AVAILABLE", "FETCH_FAILED")


210
211
212
# File 'sig/types.rbs', line 210

def status
  @status
end

#updated_at ⇒ ::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


205
206
207
# File 'sig/types.rbs', line 205

def updated_at
  @updated_at
end