Class: Aws::Types::PutActionRevisionInput

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)


1029
1030
1031
# File 'sig/types.rbs', line 1029

def action_name
  @action_name
end

#action_revisionTypes::ActionRevision

Returns the value of attribute action_revision.



1030
1031
1032
# File 'sig/types.rbs', line 1030

def action_revision
  @action_revision
end

#pipeline_name::String

Returns the value of attribute pipeline_name.

Returns:

  • (::String)


1027
1028
1029
# File 'sig/types.rbs', line 1027

def pipeline_name
  @pipeline_name
end

#stage_name::String

Returns the value of attribute stage_name.

Returns:

  • (::String)


1028
1029
1030
# File 'sig/types.rbs', line 1028

def stage_name
  @stage_name
end