Class: Aws::Types::ListHookResultsInput
- Inherits:
-
Object
- Object
- Aws::Types::ListHookResultsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#status ⇒ "HOOK_IN_PROGRESS", ...
Returns the value of attribute status.
-
#target_id ⇒ ::String
Returns the value of attribute target_id.
-
#target_type ⇒ "CHANGE_SET", ...
Returns the value of attribute target_type.
-
#type_arn ⇒ ::String
Returns the value of attribute type_arn.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
970 971 972 |
# File 'sig/types.rbs', line 970 def next_token @next_token end |
#status ⇒ "HOOK_IN_PROGRESS", ...
Returns the value of attribute status.
969 970 971 |
# File 'sig/types.rbs', line 969 def status @status end |
#target_id ⇒ ::String
Returns the value of attribute target_id.
967 968 969 |
# File 'sig/types.rbs', line 967 def target_id @target_id end |
#target_type ⇒ "CHANGE_SET", ...
Returns the value of attribute target_type.
966 967 968 |
# File 'sig/types.rbs', line 966 def target_type @target_type end |
#type_arn ⇒ ::String
Returns the value of attribute type_arn.
968 969 970 |
# File 'sig/types.rbs', line 968 def type_arn @type_arn end |