Class: Aws::Types::SourceRevisionOverride

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#action_name::String

Returns the value of attribute action_name.

Returns:

  • (::String)


1296
1297
1298
# File 'sig/types.rbs', line 1296

def action_name
  @action_name
end

#revision_type"COMMIT_ID", ...

Returns the value of attribute revision_type.

Returns:

  • ("COMMIT_ID", "IMAGE_DIGEST", "S3_OBJECT_VERSION_ID", "S3_OBJECT_KEY")


1297
1298
1299
# File 'sig/types.rbs', line 1297

def revision_type
  @revision_type
end

#revision_value::String

Returns the value of attribute revision_value.

Returns:

  • (::String)


1298
1299
1300
# File 'sig/types.rbs', line 1298

def revision_value
  @revision_value
end