Class: Aws::Types::StackSet
- Inherits:
-
Object
- Object
- Aws::Types::StackSet
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#administration_role_arn ⇒ ::String
Returns the value of attribute administration_role_arn.
-
#auto_deployment ⇒ Types::AutoDeployment
Returns the value of attribute auto_deployment.
-
#capabilities ⇒ ::Array[("CAPABILITY_IAM" | "CAPABILITY_NAMED_IAM" | "CAPABILITY_AUTO_EXPAND")]
Returns the value of attribute capabilities.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#execution_role_name ⇒ ::String
Returns the value of attribute execution_role_name.
-
#managed_execution ⇒ Types::ManagedExecution
Returns the value of attribute managed_execution.
-
#organizational_unit_ids ⇒ ::Array[::String]
Returns the value of attribute organizational_unit_ids.
-
#parameters ⇒ ::Array[Types::Parameter]
Returns the value of attribute parameters.
-
#permission_model ⇒ "SERVICE_MANAGED", "SELF_MANAGED"
Returns the value of attribute permission_model.
-
#regions ⇒ ::Array[::String]
Returns the value of attribute regions.
-
#stack_set_arn ⇒ ::String
Returns the value of attribute stack_set_arn.
-
#stack_set_drift_detection_details ⇒ Types::StackSetDriftDetectionDetails
Returns the value of attribute stack_set_drift_detection_details.
-
#stack_set_id ⇒ ::String
Returns the value of attribute stack_set_id.
-
#stack_set_name ⇒ ::String
Returns the value of attribute stack_set_name.
-
#status ⇒ "ACTIVE", "DELETED"
Returns the value of attribute status.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#template_body ⇒ ::String
Returns the value of attribute template_body.
Instance Attribute Details
#administration_role_arn ⇒ ::String
Returns the value of attribute administration_role_arn.
1855 1856 1857 |
# File 'sig/types.rbs', line 1855 def administration_role_arn @administration_role_arn end |
#auto_deployment ⇒ Types::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.
1852 1853 1854 |
# File 'sig/types.rbs', line 1852 def capabilities @capabilities end |
#description ⇒ ::String
Returns the value of attribute description.
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.
1856 1857 1858 |
# File 'sig/types.rbs', line 1856 def execution_role_name @execution_role_name end |
#managed_execution ⇒ Types::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.
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.
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.
1859 1860 1861 |
# File 'sig/types.rbs', line 1859 def @permission_model end |
#regions ⇒ ::Array[::String]
Returns the value of attribute regions.
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.
1854 1855 1856 |
# File 'sig/types.rbs', line 1854 def stack_set_arn @stack_set_arn end |
#stack_set_drift_detection_details ⇒ Types::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.
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.
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.
1849 1850 1851 |
# File 'sig/types.rbs', line 1849 def status @status end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1853 1854 1855 |
# File 'sig/types.rbs', line 1853 def @tags end |
#template_body ⇒ ::String
Returns the value of attribute template_body.
1850 1851 1852 |
# File 'sig/types.rbs', line 1850 def template_body @template_body end |