Class: Aws::Types::InstanceEventWindow

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#association_targetTypes::InstanceEventWindowAssociationTarget

Returns the value of attribute association_target.



11394
11395
11396
# File 'sig/types.rbs', line 11394

def association_target
  @association_target
end

#cron_expression::String

Returns the value of attribute cron_expression.

Returns:

  • (::String)


11393
11394
11395
# File 'sig/types.rbs', line 11393

def cron_expression
  @cron_expression
end

#instance_event_window_id::String

Returns the value of attribute instance_event_window_id.

Returns:

  • (::String)


11390
11391
11392
# File 'sig/types.rbs', line 11390

def instance_event_window_id
  @instance_event_window_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


11392
11393
11394
# File 'sig/types.rbs', line 11392

def name
  @name
end

#state"creating", ...

Returns the value of attribute state.

Returns:

  • ("creating", "deleting", "active", "deleted")


11395
11396
11397
# File 'sig/types.rbs', line 11395

def state
  @state
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



11396
11397
11398
# File 'sig/types.rbs', line 11396

def tags
  @tags
end

#time_ranges::Array[Types::InstanceEventWindowTimeRange]

Returns the value of attribute time_ranges.



11391
11392
11393
# File 'sig/types.rbs', line 11391

def time_ranges
  @time_ranges
end