Class: Aws::SSM::Types::InstanceAssociationOutputUrl
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::InstanceAssociationOutputUrl
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
Overview
The URL of S3 bucket where you want to store the results of this request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#s3_output_url ⇒ Types::S3OutputUrl
The URL of S3 bucket where you want to store the results of this request.
Instance Attribute Details
#s3_output_url ⇒ Types::S3OutputUrl
The URL of S3 bucket where you want to store the results of this request.
9361 9362 9363 9364 9365 |
# File 'lib/aws-sdk-ssm/types.rb', line 9361 class InstanceAssociationOutputUrl < Struct.new( :s3_output_url) SENSITIVE = [] include Aws::Structure end |