Class: Aws::Types::AsyncInvokeS3OutputDataConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bucket_owner::String

Returns the value of attribute bucket_owner.

Returns:

  • (::String)


61
62
63
# File 'sig/types.rbs', line 61

def bucket_owner
  @bucket_owner
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


60
61
62
# File 'sig/types.rbs', line 60

def kms_key_id
  @kms_key_id
end

#s3_uri::String

Returns the value of attribute s3_uri.

Returns:

  • (::String)


59
60
61
# File 'sig/types.rbs', line 59

def s3_uri
  @s3_uri
end