Class: Aws::Types::PutOrganizationConformancePackRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutOrganizationConformancePackRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#conformance_pack_input_parameters ⇒ ::Array[Types::ConformancePackInputParameter]
Returns the value of attribute conformance_pack_input_parameters.
-
#delivery_s3_bucket ⇒ ::String
Returns the value of attribute delivery_s3_bucket.
-
#delivery_s3_key_prefix ⇒ ::String
Returns the value of attribute delivery_s3_key_prefix.
-
#excluded_accounts ⇒ ::Array[::String]
Returns the value of attribute excluded_accounts.
-
#organization_conformance_pack_name ⇒ ::String
Returns the value of attribute organization_conformance_pack_name.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#template_body ⇒ ::String
Returns the value of attribute template_body.
-
#template_s3_uri ⇒ ::String
Returns the value of attribute template_s3_uri.
Instance Attribute Details
#conformance_pack_input_parameters ⇒ ::Array[Types::ConformancePackInputParameter]
Returns the value of attribute conformance_pack_input_parameters.
1836 1837 1838 |
# File 'sig/types.rbs', line 1836 def conformance_pack_input_parameters @conformance_pack_input_parameters end |
#delivery_s3_bucket ⇒ ::String
Returns the value of attribute delivery_s3_bucket.
1834 1835 1836 |
# File 'sig/types.rbs', line 1834 def delivery_s3_bucket @delivery_s3_bucket end |
#delivery_s3_key_prefix ⇒ ::String
Returns the value of attribute delivery_s3_key_prefix.
1835 1836 1837 |
# File 'sig/types.rbs', line 1835 def delivery_s3_key_prefix @delivery_s3_key_prefix end |
#excluded_accounts ⇒ ::Array[::String]
Returns the value of attribute excluded_accounts.
1837 1838 1839 |
# File 'sig/types.rbs', line 1837 def excluded_accounts @excluded_accounts end |
#organization_conformance_pack_name ⇒ ::String
Returns the value of attribute organization_conformance_pack_name.
1831 1832 1833 |
# File 'sig/types.rbs', line 1831 def organization_conformance_pack_name @organization_conformance_pack_name end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1838 1839 1840 |
# File 'sig/types.rbs', line 1838 def end |
#template_body ⇒ ::String
Returns the value of attribute template_body.
1833 1834 1835 |
# File 'sig/types.rbs', line 1833 def template_body @template_body end |
#template_s3_uri ⇒ ::String
Returns the value of attribute template_s3_uri.
1832 1833 1834 |
# File 'sig/types.rbs', line 1832 def template_s3_uri @template_s3_uri end |