Class: Aws::Types::GetCalendarStateResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#at_time::String

Returns the value of attribute at_time.

Returns:



1733
1734
1735
# File 'sig/types.rbs', line 1733

def at_time
  @at_time
end

#next_transition_time::String

Returns the value of attribute next_transition_time.

Returns:



1734
1735
1736
# File 'sig/types.rbs', line 1734

def next_transition_time
  @next_transition_time
end

#state"OPEN", "CLOSED"

Returns the value of attribute state.

Returns:



1732
1733
1734
# File 'sig/types.rbs', line 1732

def state
  @state
end