Class: Aws::Types::ModifyInstanceEventStartTimeRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


13481
13482
13483
# File 'sig/types.rbs', line 13481

def dry_run
  @dry_run
end

#instance_event_id::String

Returns the value of attribute instance_event_id.

Returns:

  • (::String)


13483
13484
13485
# File 'sig/types.rbs', line 13483

def instance_event_id
  @instance_event_id
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


13482
13483
13484
# File 'sig/types.rbs', line 13482

def instance_id
  @instance_id
end

#not_before::Time

Returns the value of attribute not_before.

Returns:

  • (::Time)


13484
13485
13486
# File 'sig/types.rbs', line 13484

def not_before
  @not_before
end