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.



11664
11665
11666
# File 'sig/types.rbs', line 11664

def association_target
  @association_target
end

#cron_expression::String

Returns the value of attribute cron_expression.

Returns:

  • (::String)


11663
11664
11665
# File 'sig/types.rbs', line 11663

def cron_expression
  @cron_expression
end

#instance_event_window_id::String

Returns the value of attribute instance_event_window_id.

Returns:

  • (::String)


11660
11661
11662
# File 'sig/types.rbs', line 11660

def instance_event_window_id
  @instance_event_window_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


11662
11663
11664
# File 'sig/types.rbs', line 11662

def name
  @name
end

#state"creating", ...

Returns the value of attribute state.

Returns:

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


11665
11666
11667
# File 'sig/types.rbs', line 11665

def state
  @state
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



11666
11667
11668
# File 'sig/types.rbs', line 11666

def tags
  @tags
end

#time_ranges::Array[Types::InstanceEventWindowTimeRange]

Returns the value of attribute time_ranges.



11661
11662
11663
# File 'sig/types.rbs', line 11661

def time_ranges
  @time_ranges
end