Class: Aws::Types::OrganizationConformancePack
- Inherits:
-
Object
- Object
- Aws::Types::OrganizationConformancePack
- 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.
-
#last_update_time ⇒ ::Time
Returns the value of attribute last_update_time.
-
#organization_conformance_pack_arn ⇒ ::String
Returns the value of attribute organization_conformance_pack_arn.
-
#organization_conformance_pack_name ⇒ ::String
Returns the value of attribute organization_conformance_pack_name.
Instance Attribute Details
#conformance_pack_input_parameters ⇒ ::Array[Types::ConformancePackInputParameter]
Returns the value of attribute conformance_pack_input_parameters.
1626 1627 1628 |
# File 'sig/types.rbs', line 1626 def conformance_pack_input_parameters @conformance_pack_input_parameters end |
#delivery_s3_bucket ⇒ ::String
Returns the value of attribute delivery_s3_bucket.
1624 1625 1626 |
# File 'sig/types.rbs', line 1624 def delivery_s3_bucket @delivery_s3_bucket end |
#delivery_s3_key_prefix ⇒ ::String
Returns the value of attribute delivery_s3_key_prefix.
1625 1626 1627 |
# File 'sig/types.rbs', line 1625 def delivery_s3_key_prefix @delivery_s3_key_prefix end |
#excluded_accounts ⇒ ::Array[::String]
Returns the value of attribute excluded_accounts.
1627 1628 1629 |
# File 'sig/types.rbs', line 1627 def excluded_accounts @excluded_accounts end |
#last_update_time ⇒ ::Time
Returns the value of attribute last_update_time.
1628 1629 1630 |
# File 'sig/types.rbs', line 1628 def last_update_time @last_update_time end |
#organization_conformance_pack_arn ⇒ ::String
Returns the value of attribute organization_conformance_pack_arn.
1623 1624 1625 |
# File 'sig/types.rbs', line 1623 def organization_conformance_pack_arn @organization_conformance_pack_arn end |
#organization_conformance_pack_name ⇒ ::String
Returns the value of attribute organization_conformance_pack_name.
1622 1623 1624 |
# File 'sig/types.rbs', line 1622 def organization_conformance_pack_name @organization_conformance_pack_name end |