Class: Aws::Types::ActionTypeDeclaration
- Inherits:
-
Object
- Object
- Aws::Types::ActionTypeDeclaration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#executor ⇒ Types::ActionTypeExecutor
Returns the value of attribute executor.
-
#id ⇒ Types::ActionTypeIdentifier
Returns the value of attribute id.
-
#input_artifact_details ⇒ Types::ActionTypeArtifactDetails
Returns the value of attribute input_artifact_details.
-
#output_artifact_details ⇒ Types::ActionTypeArtifactDetails
Returns the value of attribute output_artifact_details.
-
#permissions ⇒ Types::ActionTypePermissions
Returns the value of attribute permissions.
-
#properties ⇒ ::Array[Types::ActionTypeProperty]
Returns the value of attribute properties.
-
#urls ⇒ Types::ActionTypeUrls
Returns the value of attribute urls.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
186 187 188 |
# File 'sig/types.rbs', line 186 def description @description end |
#executor ⇒ Types::ActionTypeExecutor
Returns the value of attribute executor.
187 188 189 |
# File 'sig/types.rbs', line 187 def executor @executor end |
#id ⇒ Types::ActionTypeIdentifier
Returns the value of attribute id.
188 189 190 |
# File 'sig/types.rbs', line 188 def id @id end |
#input_artifact_details ⇒ Types::ActionTypeArtifactDetails
Returns the value of attribute input_artifact_details.
189 190 191 |
# File 'sig/types.rbs', line 189 def input_artifact_details @input_artifact_details end |
#output_artifact_details ⇒ Types::ActionTypeArtifactDetails
Returns the value of attribute output_artifact_details.
190 191 192 |
# File 'sig/types.rbs', line 190 def output_artifact_details @output_artifact_details end |
#permissions ⇒ Types::ActionTypePermissions
Returns the value of attribute permissions.
191 192 193 |
# File 'sig/types.rbs', line 191 def end |
#properties ⇒ ::Array[Types::ActionTypeProperty]
Returns the value of attribute properties.
192 193 194 |
# File 'sig/types.rbs', line 192 def properties @properties end |
#urls ⇒ Types::ActionTypeUrls
Returns the value of attribute urls.
193 194 195 |
# File 'sig/types.rbs', line 193 def urls @urls end |