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)


2565
2566
2567
# File 'sig/types.rbs', line 2565

def cron_expression
  @cron_expression
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


2562
2563
2564
# File 'sig/types.rbs', line 2562

def dry_run
  @dry_run
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2563
2564
2565
# File 'sig/types.rbs', line 2563

def name
  @name
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



2566
2567
2568
# File 'sig/types.rbs', line 2566

def tag_specifications
  @tag_specifications
end

#time_ranges::Array[Types::InstanceEventWindowTimeRangeRequest]

Returns the value of attribute time_ranges.



2564
2565
2566
# File 'sig/types.rbs', line 2564

def time_ranges
  @time_ranges
end