Class: Aws::Types::SupportedEngineLifecycle

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#lifecycle_support_end_date::Time

Returns the value of attribute lifecycle_support_end_date.

Returns:

  • (::Time)


4396
4397
4398
# File 'sig/types.rbs', line 4396

def lifecycle_support_end_date
  @lifecycle_support_end_date
end

#lifecycle_support_name"open-source-rds-standard-support", "open-source-rds-extended-support"

Returns the value of attribute lifecycle_support_name.

Returns:

  • ("open-source-rds-standard-support", "open-source-rds-extended-support")


4394
4395
4396
# File 'sig/types.rbs', line 4394

def lifecycle_support_name
  @lifecycle_support_name
end

#lifecycle_support_start_date::Time

Returns the value of attribute lifecycle_support_start_date.

Returns:

  • (::Time)


4395
4396
4397
# File 'sig/types.rbs', line 4395

def lifecycle_support_start_date
  @lifecycle_support_start_date
end