Class: Aws::Types::CheckDetail

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)


193
194
195
# File 'sig/types.rbs', line 193

def 
  @account_id
end

#choice_id ⇒ ::String

Returns the value of attribute choice_id.

Returns:

  • (::String)


191
192
193
# File 'sig/types.rbs', line 191

def choice_id
  @choice_id
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


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

def description
  @description
end

#flagged_resources ⇒ ::Integer

Returns the value of attribute flagged_resources.

Returns:

  • (::Integer)


194
195
196
# File 'sig/types.rbs', line 194

def flagged_resources
  @flagged_resources
end

#id ⇒ ::String

Returns the value of attribute id.

Returns:

  • (::String)


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

def id
  @id
end

#lens_arn ⇒ ::String

Returns the value of attribute lens_arn.

Returns:

  • (::String)


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

def lens_arn
  @lens_arn
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


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

def name
  @name
end

#pillar_id ⇒ ::String

Returns the value of attribute pillar_id.

Returns:

  • (::String)


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

def pillar_id
  @pillar_id
end

#provider ⇒ "TRUSTED_ADVISOR"

Returns the value of attribute provider.

Returns:

  • ("TRUSTED_ADVISOR")


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

def provider
  @provider
end

#question_id ⇒ ::String

Returns the value of attribute question_id.

Returns:

  • (::String)


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

def question_id
  @question_id
end

#reason ⇒ "ASSUME_ROLE_ERROR", ...

Returns the value of attribute reason.

Returns:

  • ("ASSUME_ROLE_ERROR", "ACCESS_DENIED", "UNKNOWN_ERROR", "PREMIUM_SUPPORT_REQUIRED")


195
196
197
# File 'sig/types.rbs', line 195

def reason
  @reason
end

#status ⇒ "OKAY", ...

Returns the value of attribute status.

Returns:

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


192
193
194
# File 'sig/types.rbs', line 192

def status
  @status
end

#updated_at ⇒ ::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


196
197
198
# File 'sig/types.rbs', line 196

def updated_at
  @updated_at
end