Class: Aws::Types::ListProblemsRequest

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)


342
343
344
# File 'sig/types.rbs', line 342

def 
  @account_id
end

#component_name::String

Returns the value of attribute component_name.

Returns:

  • (::String)


348
349
350
# File 'sig/types.rbs', line 348

def component_name
  @component_name
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


345
346
347
# File 'sig/types.rbs', line 345

def end_time
  @end_time
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


346
347
348
# File 'sig/types.rbs', line 346

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


347
348
349
# File 'sig/types.rbs', line 347

def next_token
  @next_token
end

#resource_group_name::String

Returns the value of attribute resource_group_name.

Returns:

  • (::String)


343
344
345
# File 'sig/types.rbs', line 343

def resource_group_name
  @resource_group_name
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


344
345
346
# File 'sig/types.rbs', line 344

def start_time
  @start_time
end

#visibility"IGNORED", "VISIBLE"

Returns the value of attribute visibility.

Returns:

  • ("IGNORED", "VISIBLE")


349
350
351
# File 'sig/types.rbs', line 349

def visibility
  @visibility
end