Class: Aws::Types::S3Action

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#action_failure_policy"CONTINUE", "DROP"

Returns the value of attribute action_failure_policy.

Returns:

  • ("CONTINUE", "DROP")


1318
1319
1320
# File 'sig/types.rbs', line 1318

def action_failure_policy
  @action_failure_policy
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


1319
1320
1321
# File 'sig/types.rbs', line 1319

def role_arn
  @role_arn
end

#s3_bucket::String

Returns the value of attribute s3_bucket.

Returns:

  • (::String)


1320
1321
1322
# File 'sig/types.rbs', line 1320

def s3_bucket
  @s3_bucket
end

#s3_prefix::String

Returns the value of attribute s3_prefix.

Returns:

  • (::String)


1321
1322
1323
# File 'sig/types.rbs', line 1321

def s3_prefix
  @s3_prefix
end

#s3_sse_kms_key_id::String

Returns the value of attribute s3_sse_kms_key_id.

Returns:

  • (::String)


1322
1323
1324
# File 'sig/types.rbs', line 1322

def s3_sse_kms_key_id
  @s3_sse_kms_key_id
end