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)


1984
1985
1986
# File 'sig/types.rbs', line 1984

def bucket
  @bucket
end

#key::String

Returns the value of attribute key.

Returns:

  • (::String)


1985
1986
1987
# File 'sig/types.rbs', line 1985

def key
  @key
end

#object_version::String

Returns the value of attribute object_version.

Returns:

  • (::String)


1987
1988
1989
# File 'sig/types.rbs', line 1987

def object_version
  @object_version
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


1986
1987
1988
# File 'sig/types.rbs', line 1986

def role_arn
  @role_arn
end