Class: Aws::Types::DescribeChangeSetHooksInput

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)


397
398
399
# File 'sig/types.rbs', line 397

def change_set_name
  @change_set_name
end

#logical_resource_id::String

Returns the value of attribute logical_resource_id.

Returns:

  • (::String)


400
401
402
# File 'sig/types.rbs', line 400

def logical_resource_id
  @logical_resource_id
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


399
400
401
# File 'sig/types.rbs', line 399

def next_token
  @next_token
end

#stack_name::String

Returns the value of attribute stack_name.

Returns:

  • (::String)


398
399
400
# File 'sig/types.rbs', line 398

def stack_name
  @stack_name
end