Class: Aws::Types::CreateStackSetInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#administration_role_arn::String

Returns the value of attribute administration_role_arn.

Returns:

  • (::String)


276
277
278
# File 'sig/types.rbs', line 276

def administration_role_arn
  @administration_role_arn
end

#auto_deploymentTypes::AutoDeployment

Returns the value of attribute auto_deployment.



279
280
281
# File 'sig/types.rbs', line 279

def auto_deployment
  @auto_deployment
end

#call_as"SELF", "DELEGATED_ADMIN"

Returns the value of attribute call_as.

Returns:

  • ("SELF", "DELEGATED_ADMIN")


280
281
282
# File 'sig/types.rbs', line 280

def call_as
  @call_as
end

#capabilities::Array[("CAPABILITY_IAM" | "CAPABILITY_NAMED_IAM" | "CAPABILITY_AUTO_EXPAND")]

Returns the value of attribute capabilities.

Returns:

  • (::Array[("CAPABILITY_IAM" | "CAPABILITY_NAMED_IAM" | "CAPABILITY_AUTO_EXPAND")])


274
275
276
# File 'sig/types.rbs', line 274

def capabilities
  @capabilities
end

#client_request_token::String

Returns the value of attribute client_request_token.

Returns:

  • (::String)


281
282
283
# File 'sig/types.rbs', line 281

def client_request_token
  @client_request_token
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


269
270
271
# File 'sig/types.rbs', line 269

def description
  @description
end

#execution_role_name::String

Returns the value of attribute execution_role_name.

Returns:

  • (::String)


277
278
279
# File 'sig/types.rbs', line 277

def execution_role_name
  @execution_role_name
end

#managed_executionTypes::ManagedExecution

Returns the value of attribute managed_execution.



282
283
284
# File 'sig/types.rbs', line 282

def managed_execution
  @managed_execution
end

#parameters::Array[Types::Parameter]

Returns the value of attribute parameters.

Returns:



273
274
275
# File 'sig/types.rbs', line 273

def parameters
  @parameters
end

#permission_model"SERVICE_MANAGED", "SELF_MANAGED"

Returns the value of attribute permission_model.

Returns:

  • ("SERVICE_MANAGED", "SELF_MANAGED")


278
279
280
# File 'sig/types.rbs', line 278

def permission_model
  @permission_model
end

#stack_id::String

Returns the value of attribute stack_id.

Returns:

  • (::String)


272
273
274
# File 'sig/types.rbs', line 272

def stack_id
  @stack_id
end

#stack_set_name::String

Returns the value of attribute stack_set_name.

Returns:

  • (::String)


268
269
270
# File 'sig/types.rbs', line 268

def stack_set_name
  @stack_set_name
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



275
276
277
# File 'sig/types.rbs', line 275

def tags
  @tags
end

#template_body::String

Returns the value of attribute template_body.

Returns:

  • (::String)


270
271
272
# File 'sig/types.rbs', line 270

def template_body
  @template_body
end

#template_url::String

Returns the value of attribute template_url.

Returns:

  • (::String)


271
272
273
# File 'sig/types.rbs', line 271

def template_url
  @template_url
end