Class: Aws::Types::StackSet

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)


1855
1856
1857
# File 'sig/types.rbs', line 1855

def administration_role_arn
  @administration_role_arn
end

#auto_deploymentTypes::AutoDeployment

Returns the value of attribute auto_deployment.



1858
1859
1860
# File 'sig/types.rbs', line 1858

def auto_deployment
  @auto_deployment
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")])


1852
1853
1854
# File 'sig/types.rbs', line 1852

def capabilities
  @capabilities
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1848
1849
1850
# File 'sig/types.rbs', line 1848

def description
  @description
end

#execution_role_name::String

Returns the value of attribute execution_role_name.

Returns:

  • (::String)


1856
1857
1858
# File 'sig/types.rbs', line 1856

def execution_role_name
  @execution_role_name
end

#managed_executionTypes::ManagedExecution

Returns the value of attribute managed_execution.



1861
1862
1863
# File 'sig/types.rbs', line 1861

def managed_execution
  @managed_execution
end

#organizational_unit_ids::Array[::String]

Returns the value of attribute organizational_unit_ids.

Returns:

  • (::Array[::String])


1860
1861
1862
# File 'sig/types.rbs', line 1860

def organizational_unit_ids
  @organizational_unit_ids
end

#parameters::Array[Types::Parameter]

Returns the value of attribute parameters.

Returns:



1851
1852
1853
# File 'sig/types.rbs', line 1851

def parameters
  @parameters
end

#permission_model"SERVICE_MANAGED", "SELF_MANAGED"

Returns the value of attribute permission_model.

Returns:

  • ("SERVICE_MANAGED", "SELF_MANAGED")


1859
1860
1861
# File 'sig/types.rbs', line 1859

def permission_model
  @permission_model
end

#regions::Array[::String]

Returns the value of attribute regions.

Returns:

  • (::Array[::String])


1862
1863
1864
# File 'sig/types.rbs', line 1862

def regions
  @regions
end

#stack_set_arn::String

Returns the value of attribute stack_set_arn.

Returns:

  • (::String)


1854
1855
1856
# File 'sig/types.rbs', line 1854

def stack_set_arn
  @stack_set_arn
end

#stack_set_drift_detection_detailsTypes::StackSetDriftDetectionDetails

Returns the value of attribute stack_set_drift_detection_details.



1857
1858
1859
# File 'sig/types.rbs', line 1857

def stack_set_drift_detection_details
  @stack_set_drift_detection_details
end

#stack_set_id::String

Returns the value of attribute stack_set_id.

Returns:

  • (::String)


1847
1848
1849
# File 'sig/types.rbs', line 1847

def stack_set_id
  @stack_set_id
end

#stack_set_name::String

Returns the value of attribute stack_set_name.

Returns:

  • (::String)


1846
1847
1848
# File 'sig/types.rbs', line 1846

def stack_set_name
  @stack_set_name
end

#status"ACTIVE", "DELETED"

Returns the value of attribute status.

Returns:

  • ("ACTIVE", "DELETED")


1849
1850
1851
# File 'sig/types.rbs', line 1849

def status
  @status
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



1853
1854
1855
# File 'sig/types.rbs', line 1853

def tags
  @tags
end

#template_body::String

Returns the value of attribute template_body.

Returns:

  • (::String)


1850
1851
1852
# File 'sig/types.rbs', line 1850

def template_body
  @template_body
end