Class: Aws::Types::PutApprovalResultInput

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)


1043
1044
1045
# File 'sig/types.rbs', line 1043

def action_name
  @action_name
end

#pipeline_name::String

Returns the value of attribute pipeline_name.

Returns:

  • (::String)


1041
1042
1043
# File 'sig/types.rbs', line 1041

def pipeline_name
  @pipeline_name
end

#resultTypes::ApprovalResult

Returns the value of attribute result.



1044
1045
1046
# File 'sig/types.rbs', line 1044

def result
  @result
end

#stage_name::String

Returns the value of attribute stage_name.

Returns:

  • (::String)


1042
1043
1044
# File 'sig/types.rbs', line 1042

def stage_name
  @stage_name
end

#token::String

Returns the value of attribute token.

Returns:

  • (::String)


1045
1046
1047
# File 'sig/types.rbs', line 1045

def token
  @token
end