Class: Aws::Types::DetectStackSetDriftInput

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")


737
738
739
# File 'sig/types.rbs', line 737

def call_as
  @call_as
end

#operation_id::String

Returns the value of attribute operation_id.

Returns:

  • (::String)


736
737
738
# File 'sig/types.rbs', line 736

def operation_id
  @operation_id
end

#operation_preferencesTypes::StackSetOperationPreferences

Returns the value of attribute operation_preferences.



735
736
737
# File 'sig/types.rbs', line 735

def operation_preferences
  @operation_preferences
end

#stack_set_name::String

Returns the value of attribute stack_set_name.

Returns:

  • (::String)


734
735
736
# File 'sig/types.rbs', line 734

def stack_set_name
  @stack_set_name
end