Class: Aws::Types::S3Location

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bucket::String

Returns the value of attribute bucket.

Returns:

  • (::String)


1166
1167
1168
# File 'sig/types.rbs', line 1166

def bucket
  @bucket
end

#bundle_type"tar", ...

Returns the value of attribute bundle_type.

Returns:

  • ("tar", "tgz", "zip", "YAML", "JSON")


1168
1169
1170
# File 'sig/types.rbs', line 1168

def bundle_type
  @bundle_type
end

#e_tag::String

Returns the value of attribute e_tag.

Returns:

  • (::String)


1170
1171
1172
# File 'sig/types.rbs', line 1170

def e_tag
  @e_tag
end

#key::String

Returns the value of attribute key.

Returns:

  • (::String)


1167
1168
1169
# File 'sig/types.rbs', line 1167

def key
  @key
end

#version::String

Returns the value of attribute version.

Returns:

  • (::String)


1169
1170
1171
# File 'sig/types.rbs', line 1169

def version
  @version
end