Class: Aws::Types::ImportStacksToStackSetInput

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


906
907
908
# File 'sig/types.rbs', line 906

def call_as
  @call_as
end

#operation_id::String

Returns the value of attribute operation_id.

Returns:

  • (::String)


905
906
907
# File 'sig/types.rbs', line 905

def operation_id
  @operation_id
end

#operation_preferencesTypes::StackSetOperationPreferences

Returns the value of attribute operation_preferences.



904
905
906
# File 'sig/types.rbs', line 904

def operation_preferences
  @operation_preferences
end

#organizational_unit_ids::Array[::String]

Returns the value of attribute organizational_unit_ids.

Returns:

  • (::Array[::String])


903
904
905
# File 'sig/types.rbs', line 903

def organizational_unit_ids
  @organizational_unit_ids
end

#stack_ids::Array[::String]

Returns the value of attribute stack_ids.

Returns:

  • (::Array[::String])


901
902
903
# File 'sig/types.rbs', line 901

def stack_ids
  @stack_ids
end

#stack_ids_url::String

Returns the value of attribute stack_ids_url.

Returns:

  • (::String)


902
903
904
# File 'sig/types.rbs', line 902

def stack_ids_url
  @stack_ids_url
end

#stack_set_name::String

Returns the value of attribute stack_set_name.

Returns:

  • (::String)


900
901
902
# File 'sig/types.rbs', line 900

def stack_set_name
  @stack_set_name
end