Class: Aws::Types::ClosedDaysRule

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#end_date_time::String

Returns the value of attribute end_date_time.

Returns:

  • (::String)


3418
3419
3420
# File 'sig/types.rbs', line 3418

def end_date_time
  @end_date_time
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


3416
3417
3418
# File 'sig/types.rbs', line 3416

def name
  @name
end

#start_date_time::String

Returns the value of attribute start_date_time.

Returns:

  • (::String)


3417
3418
3419
# File 'sig/types.rbs', line 3417

def start_date_time
  @start_date_time
end