Class: Aws::SSM::Types::InstanceAssociationOutputUrl
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::InstanceAssociationOutputUrl
- Defined in:
- gems/aws-sdk-ssm/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.
9560 9561 9562 9563 9564 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 9560 class InstanceAssociationOutputUrl < Struct.new( :s3_output_url) SENSITIVE = [] include Aws::Structure end |