Class: Aws::Types::RevisionDestinationEntry

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)


901
902
903
# File 'sig/types.rbs', line 901

def bucket
  @bucket
end

#key_pattern::String

Returns the value of attribute key_pattern.

Returns:

  • (::String)


902
903
904
# File 'sig/types.rbs', line 902

def key_pattern
  @key_pattern
end

#revision_id::String

Returns the value of attribute revision_id.

Returns:

  • (::String)


903
904
905
# File 'sig/types.rbs', line 903

def revision_id
  @revision_id
end