Class: Aws::IoT::Types::S3Action

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb

Overview

Describes an action to write data to an Amazon S3 bucket.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bucket_nameString

The Amazon S3 bucket.

Returns:

  • (String)


13382
13383
13384
13385
13386
13387
13388
13389
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 13382

class S3Action < Struct.new(
  :role_arn,
  :bucket_name,
  :key,
  :canned_acl)
  SENSITIVE = []
  include Aws::Structure
end

#canned_aclString

The Amazon S3 canned ACL that controls access to the object identified by the object key. For more information, see S3 canned ACLs.

Returns:

  • (String)


13382
13383
13384
13385
13386
13387
13388
13389
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 13382

class S3Action < Struct.new(
  :role_arn,
  :bucket_name,
  :key,
  :canned_acl)
  SENSITIVE = []
  include Aws::Structure
end

#keyString

The object key. For more information, see Actions, resources, and condition keys for Amazon S3.

Returns:

  • (String)


13382
13383
13384
13385
13386
13387
13388
13389
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 13382

class S3Action < Struct.new(
  :role_arn,
  :bucket_name,
  :key,
  :canned_acl)
  SENSITIVE = []
  include Aws::Structure
end

#role_arnString

The ARN of the IAM role that grants access.

Returns:

  • (String)


13382
13383
13384
13385
13386
13387
13388
13389
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 13382

class S3Action < Struct.new(
  :role_arn,
  :bucket_name,
  :key,
  :canned_acl)
  SENSITIVE = []
  include Aws::Structure
end