Class: Aws::Types::CreateInstanceEventWindowRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cron_expression::String

Returns the value of attribute cron_expression.

Returns:

  • (::String)


2453
2454
2455
# File 'sig/types.rbs', line 2453

def cron_expression
  @cron_expression
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


2450
2451
2452
# File 'sig/types.rbs', line 2450

def dry_run
  @dry_run
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2451
2452
2453
# File 'sig/types.rbs', line 2451

def name
  @name
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



2454
2455
2456
# File 'sig/types.rbs', line 2454

def tag_specifications
  @tag_specifications
end

#time_ranges::Array[Types::InstanceEventWindowTimeRangeRequest]

Returns the value of attribute time_ranges.



2452
2453
2454
# File 'sig/types.rbs', line 2452

def time_ranges
  @time_ranges
end