Class: Aws::Types::PipelineDefinitionS3Location

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:



9871
9872
9873
# File 'sig/types.rbs', line 9871

def bucket
  @bucket
end

#object_key::String

Returns the value of attribute object_key.

Returns:



9872
9873
9874
# File 'sig/types.rbs', line 9872

def object_key
  @object_key
end

#version_id::String

Returns the value of attribute version_id.

Returns:



9873
9874
9875
# File 'sig/types.rbs', line 9873

def version_id
  @version_id
end