Class: Aws::DataZone::Types::S3PropertiesInput

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#s3_access_grant_location_idString

The Amazon S3 Access Grant location ID that's part of the Amazon S3 properties of a connection.

Returns:

  • (String)


16530
16531
16532
16533
16534
16535
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 16530

class S3PropertiesInput < Struct.new(
  :s3_access_grant_location_id,
  :s3_uri)
  SENSITIVE = []
  include Aws::Structure
end

#s3_uriString

The Amazon S3 URI that's part of the Amazon S3 properties of a connection.

Returns:

  • (String)


16530
16531
16532
16533
16534
16535
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 16530

class S3PropertiesInput < Struct.new(
  :s3_access_grant_location_id,
  :s3_uri)
  SENSITIVE = []
  include Aws::Structure
end