Class: Aws::Types::S3BatchJobIdentifier

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)


906
907
908
# File 'sig/types.rbs', line 906

def bucket
  @bucket
end

#identifierTypes::JobIdentifier

Returns the value of attribute identifier.



907
908
909
# File 'sig/types.rbs', line 907

def identifier
  @identifier
end

#key_prefix::String

Returns the value of attribute key_prefix.

Returns:

  • (::String)


908
909
910
# File 'sig/types.rbs', line 908

def key_prefix
  @key_prefix
end