Class: Aws::DataZone::Types::S3PropertiesOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::S3PropertiesOutput
- Defined in:
- gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb
Overview
The Amazon S3 properties of a connection.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error_message ⇒ String
The error message that gets displayed.
-
#s3_access_grant_location_id ⇒ String
The Amazon S3 Access Grant location ID that's part of the Amazon S3 properties of a connection.
-
#s3_uri ⇒ String
The Amazon S3 URI that's part of the Amazon S3 properties of a connection.
-
#status ⇒ String
The status of the Amazon S3 connection.
Instance Attribute Details
#error_message ⇒ String
The error message that gets displayed.
16559 16560 16561 16562 16563 16564 16565 16566 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 16559 class S3PropertiesOutput < Struct.new( :error_message, :s3_access_grant_location_id, :s3_uri, :status) SENSITIVE = [] include Aws::Structure end |
#s3_access_grant_location_id ⇒ String
The Amazon S3 Access Grant location ID that's part of the Amazon S3 properties of a connection.
16559 16560 16561 16562 16563 16564 16565 16566 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 16559 class S3PropertiesOutput < Struct.new( :error_message, :s3_access_grant_location_id, :s3_uri, :status) SENSITIVE = [] include Aws::Structure end |
#s3_uri ⇒ String
The Amazon S3 URI that's part of the Amazon S3 properties of a connection.
16559 16560 16561 16562 16563 16564 16565 16566 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 16559 class S3PropertiesOutput < Struct.new( :error_message, :s3_access_grant_location_id, :s3_uri, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the Amazon S3 connection.
16559 16560 16561 16562 16563 16564 16565 16566 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 16559 class S3PropertiesOutput < Struct.new( :error_message, :s3_access_grant_location_id, :s3_uri, :status) SENSITIVE = [] include Aws::Structure end |