Class: Aws::Types::StartDeclarativePoliciesReportRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartDeclarativePoliciesReportRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#s3_bucket ⇒ ::String
Returns the value of attribute s3_bucket.
-
#s3_prefix ⇒ ::String
Returns the value of attribute s3_prefix.
-
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
-
#target_id ⇒ ::String
Returns the value of attribute target_id.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
17436 17437 17438 |
# File 'sig/types.rbs', line 17436 def dry_run @dry_run end |
#s3_bucket ⇒ ::String
Returns the value of attribute s3_bucket.
17437 17438 17439 |
# File 'sig/types.rbs', line 17437 def s3_bucket @s3_bucket end |
#s3_prefix ⇒ ::String
Returns the value of attribute s3_prefix.
17438 17439 17440 |
# File 'sig/types.rbs', line 17438 def s3_prefix @s3_prefix end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
17440 17441 17442 |
# File 'sig/types.rbs', line 17440 def tag_specifications @tag_specifications end |
#target_id ⇒ ::String
Returns the value of attribute target_id.
17439 17440 17441 |
# File 'sig/types.rbs', line 17439 def target_id @target_id end |