Class: Aws::Types::SolutionSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_date_time ⇒ ::Time

Returns the value of attribute creation_date_time.

Returns:

  • (::Time)


1352
1353
1354
# File 'sig/types.rbs', line 1352

def creation_date_time
  @creation_date_time
end

#last_updated_date_time ⇒ ::Time

Returns the value of attribute last_updated_date_time.

Returns:

  • (::Time)


1353
1354
1355
# File 'sig/types.rbs', line 1353

def last_updated_date_time
  @last_updated_date_time
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


1349
1350
1351
# File 'sig/types.rbs', line 1349

def name
  @name
end

#recipe_arn ⇒ ::String

Returns the value of attribute recipe_arn.

Returns:

  • (::String)


1354
1355
1356
# File 'sig/types.rbs', line 1354

def recipe_arn
  @recipe_arn
end

#solution_arn ⇒ ::String

Returns the value of attribute solution_arn.

Returns:

  • (::String)


1350
1351
1352
# File 'sig/types.rbs', line 1350

def solution_arn
  @solution_arn
end

#status ⇒ ::String

Returns the value of attribute status.

Returns:

  • (::String)


1351
1352
1353
# File 'sig/types.rbs', line 1351

def status
  @status
end