Class: Aws::Types::CreateCustomActionTypeInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateCustomActionTypeInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#category ⇒ "Source", ...
Returns the value of attribute category.
-
#configuration_properties ⇒ ::Array[Types::ActionConfigurationProperty]
Returns the value of attribute configuration_properties.
-
#input_artifact_details ⇒ Types::ArtifactDetails
Returns the value of attribute input_artifact_details.
-
#output_artifact_details ⇒ Types::ArtifactDetails
Returns the value of attribute output_artifact_details.
-
#provider ⇒ ::String
Returns the value of attribute provider.
-
#settings ⇒ Types::ActionTypeSettings
Returns the value of attribute settings.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#version ⇒ ::String
Returns the value of attribute version.
Instance Attribute Details
#category ⇒ "Source", ...
Returns the value of attribute category.
357 358 359 |
# File 'sig/types.rbs', line 357 def category @category end |
#configuration_properties ⇒ ::Array[Types::ActionConfigurationProperty]
Returns the value of attribute configuration_properties.
361 362 363 |
# File 'sig/types.rbs', line 361 def configuration_properties @configuration_properties end |
#input_artifact_details ⇒ Types::ArtifactDetails
Returns the value of attribute input_artifact_details.
362 363 364 |
# File 'sig/types.rbs', line 362 def input_artifact_details @input_artifact_details end |
#output_artifact_details ⇒ Types::ArtifactDetails
Returns the value of attribute output_artifact_details.
363 364 365 |
# File 'sig/types.rbs', line 363 def output_artifact_details @output_artifact_details end |
#provider ⇒ ::String
Returns the value of attribute provider.
358 359 360 |
# File 'sig/types.rbs', line 358 def provider @provider end |
#settings ⇒ Types::ActionTypeSettings
Returns the value of attribute settings.
360 361 362 |
# File 'sig/types.rbs', line 360 def settings @settings end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
364 365 366 |
# File 'sig/types.rbs', line 364 def end |
#version ⇒ ::String
Returns the value of attribute version.
359 360 361 |
# File 'sig/types.rbs', line 359 def version @version end |