Class: Aws::Types::SourceS3Location

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)


106
107
108
# File 'sig/types.rbs', line 106

def bucket
  @bucket
end

#key ⇒ ::String

Returns the value of attribute key.

Returns:

  • (::String)


107
108
109
# File 'sig/types.rbs', line 107

def key
  @key
end

#region ⇒ "ap-east-1", ...

Returns the value of attribute region.

Returns:

  • ("ap-east-1", "me-south-1", "eu-south-1", "af-south-1")


108
109
110
# File 'sig/types.rbs', line 108

def region
  @region
end