Class: Aws::Types::StaticFileS3SourceOptions

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)


10989
10990
10991
# File 'sig/types.rbs', line 10989

def bucket_name
  @bucket_name
end

#object_key::String

Returns the value of attribute object_key.

Returns:

  • (::String)


10990
10991
10992
# File 'sig/types.rbs', line 10990

def object_key
  @object_key
end

#region::String

Returns the value of attribute region.

Returns:

  • (::String)


10991
10992
10993
# File 'sig/types.rbs', line 10991

def region
  @region
end