Class: Aws::Types::S3Destination

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)


561
562
563
# File 'sig/types.rbs', line 561

def bucket_name
  @bucket_name
end

#manifest_key::String

Returns the value of attribute manifest_key.

Returns:

  • (::String)


562
563
564
# File 'sig/types.rbs', line 562

def manifest_key
  @manifest_key
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


563
564
565
# File 'sig/types.rbs', line 563

def role_arn
  @role_arn
end