Class: Aws::Types::SourceRevision

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)


1288
1289
1290
# File 'sig/types.rbs', line 1288

def action_name
  @action_name
end

#revision_id::String

Returns the value of attribute revision_id.

Returns:

  • (::String)


1289
1290
1291
# File 'sig/types.rbs', line 1289

def revision_id
  @revision_id
end

#revision_summary::String

Returns the value of attribute revision_summary.

Returns:

  • (::String)


1290
1291
1292
# File 'sig/types.rbs', line 1290

def revision_summary
  @revision_summary
end

#revision_url::String

Returns the value of attribute revision_url.

Returns:

  • (::String)


1291
1292
1293
# File 'sig/types.rbs', line 1291

def revision_url
  @revision_url
end