Class: Aws::Types::StopStackSetOperationInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#call_as"SELF", "DELEGATED_ADMIN"

Returns the value of attribute call_as.

Returns:

  • ("SELF", "DELEGATED_ADMIN")


1992
1993
1994
# File 'sig/types.rbs', line 1992

def call_as
  @call_as
end

#operation_id::String

Returns the value of attribute operation_id.

Returns:

  • (::String)


1991
1992
1993
# File 'sig/types.rbs', line 1991

def operation_id
  @operation_id
end

#stack_set_name::String

Returns the value of attribute stack_set_name.

Returns:

  • (::String)


1990
1991
1992
# File 'sig/types.rbs', line 1990

def stack_set_name
  @stack_set_name
end