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)


14099
14100
14101
# File 'sig/types.rbs', line 14099

def dry_run
  @dry_run
end

#instance_event_id::String

Returns the value of attribute instance_event_id.

Returns:

  • (::String)


14101
14102
14103
# File 'sig/types.rbs', line 14101

def instance_event_id
  @instance_event_id
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


14100
14101
14102
# File 'sig/types.rbs', line 14100

def instance_id
  @instance_id
end

#not_before::Time

Returns the value of attribute not_before.

Returns:

  • (::Time)


14102
14103
14104
# File 'sig/types.rbs', line 14102

def not_before
  @not_before
end