Class: Aws::Types::DescribeMaintenanceStartTimeOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#day_of_month::Integer

Returns the value of attribute day_of_month.

Returns:

  • (::Integer)


660
661
662
# File 'sig/types.rbs', line 660

def day_of_month
  @day_of_month
end

#day_of_week::Integer

Returns the value of attribute day_of_week.

Returns:

  • (::Integer)


659
660
661
# File 'sig/types.rbs', line 659

def day_of_week
  @day_of_week
end

#gateway_arn::String

Returns the value of attribute gateway_arn.

Returns:

  • (::String)


656
657
658
# File 'sig/types.rbs', line 656

def gateway_arn
  @gateway_arn
end

#hour_of_day::Integer

Returns the value of attribute hour_of_day.

Returns:

  • (::Integer)


657
658
659
# File 'sig/types.rbs', line 657

def hour_of_day
  @hour_of_day
end

#minute_of_hour::Integer

Returns the value of attribute minute_of_hour.

Returns:

  • (::Integer)


658
659
660
# File 'sig/types.rbs', line 658

def minute_of_hour
  @minute_of_hour
end

#software_update_preferencesTypes::SoftwareUpdatePreferences

Returns the value of attribute software_update_preferences.



662
663
664
# File 'sig/types.rbs', line 662

def software_update_preferences
  @software_update_preferences
end

#timezone::String

Returns the value of attribute timezone.

Returns:

  • (::String)


661
662
663
# File 'sig/types.rbs', line 661

def timezone
  @timezone
end