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.



11888
11889
11890
# File 'sig/types.rbs', line 11888

def association_target
  @association_target
end

#cron_expression::String

Returns the value of attribute cron_expression.

Returns:

  • (::String)


11887
11888
11889
# File 'sig/types.rbs', line 11887

def cron_expression
  @cron_expression
end

#instance_event_window_id::String

Returns the value of attribute instance_event_window_id.

Returns:

  • (::String)


11884
11885
11886
# File 'sig/types.rbs', line 11884

def instance_event_window_id
  @instance_event_window_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


11886
11887
11888
# File 'sig/types.rbs', line 11886

def name
  @name
end

#state"creating", ...

Returns the value of attribute state.

Returns:

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


11889
11890
11891
# File 'sig/types.rbs', line 11889

def state
  @state
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



11890
11891
11892
# File 'sig/types.rbs', line 11890

def tags
  @tags
end

#time_ranges::Array[Types::InstanceEventWindowTimeRange]

Returns the value of attribute time_ranges.



11885
11886
11887
# File 'sig/types.rbs', line 11885

def time_ranges
  @time_ranges
end