Class: Aws::Types::RecommendationReportDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#completion_time::Time

Returns the value of attribute completion_time.

Returns:

  • (::Time)


530
531
532
# File 'sig/types.rbs', line 530

def completion_time
  @completion_time
end

#s3_bucket::String

Returns the value of attribute s3_bucket.

Returns:

  • (::String)


531
532
533
# File 'sig/types.rbs', line 531

def s3_bucket
  @s3_bucket
end

#s3_keys::Array[::String]

Returns the value of attribute s3_keys.

Returns:

  • (::Array[::String])


532
533
534
# File 'sig/types.rbs', line 532

def s3_keys
  @s3_keys
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


533
534
535
# File 'sig/types.rbs', line 533

def start_time
  @start_time
end

#status"FAILED", ...

Returns the value of attribute status.

Returns:

  • ("FAILED", "IN_PROGRESS", "SUCCESS")


534
535
536
# File 'sig/types.rbs', line 534

def status
  @status
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


535
536
537
# File 'sig/types.rbs', line 535

def status_message
  @status_message
end