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

#bucket_name::String

Returns the value of attribute bucket_name.

Returns:

  • (::String)


802
803
804
# File 'sig/types.rbs', line 802

def bucket_name
  @bucket_name
end

#iam_role_arn::String

Returns the value of attribute iam_role_arn.

Returns:

  • (::String)


805
806
807
# File 'sig/types.rbs', line 805

def iam_role_arn
  @iam_role_arn
end

#kms_key_arn::String

Returns the value of attribute kms_key_arn.

Returns:

  • (::String)


804
805
806
# File 'sig/types.rbs', line 804

def kms_key_arn
  @kms_key_arn
end

#object_key_prefix::String

Returns the value of attribute object_key_prefix.

Returns:

  • (::String)


803
804
805
# File 'sig/types.rbs', line 803

def object_key_prefix
  @object_key_prefix
end

#topic_arn::String

Returns the value of attribute topic_arn.

Returns:

  • (::String)


801
802
803
# File 'sig/types.rbs', line 801

def topic_arn
  @topic_arn
end