Class: Aws::Types::DescribeEventsInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#change_set_name::String

Returns the value of attribute change_set_name.

Returns:

  • (::String)


453
454
455
# File 'sig/types.rbs', line 453

def change_set_name
  @change_set_name
end

#filtersTypes::EventFilter

Returns the value of attribute filters.

Returns:



455
456
457
# File 'sig/types.rbs', line 455

def filters
  @filters
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


456
457
458
# File 'sig/types.rbs', line 456

def next_token
  @next_token
end

#operation_id::String

Returns the value of attribute operation_id.

Returns:

  • (::String)


454
455
456
# File 'sig/types.rbs', line 454

def operation_id
  @operation_id
end

#stack_name::String

Returns the value of attribute stack_name.

Returns:

  • (::String)


452
453
454
# File 'sig/types.rbs', line 452

def stack_name
  @stack_name
end