Class: Aws::ResourceGroupsTaggingAPI::Types::StartReportCreationInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResourceGroupsTaggingAPI::Types::StartReportCreationInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resourcegroupstaggingapi/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#s3_bucket ⇒ String
The name of the Amazon S3 bucket where the report will be stored; for example:.
Instance Attribute Details
#s3_bucket ⇒ String
The name of the Amazon S3 bucket where the report will be stored; for example:
‘awsexamplebucket`
For more information on S3 bucket requirements, including an example bucket policy, see the example S3 bucket policy on this page.
644 645 646 647 648 |
# File 'lib/aws-sdk-resourcegroupstaggingapi/types.rb', line 644 class StartReportCreationInput < Struct.new( :s3_bucket) SENSITIVE = [] include Aws::Structure end |