Class: Aws::Types::StartBulkDeploymentRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartBulkDeploymentRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#amzn_client_token ⇒ ::String
Returns the value of attribute amzn_client_token.
-
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
-
#input_file_uri ⇒ ::String
Returns the value of attribute input_file_uri.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#amzn_client_token ⇒ ::String
Returns the value of attribute amzn_client_token.
1390 1391 1392 |
# File 'sig/types.rbs', line 1390 def amzn_client_token @amzn_client_token end |
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
1391 1392 1393 |
# File 'sig/types.rbs', line 1391 def execution_role_arn @execution_role_arn end |
#input_file_uri ⇒ ::String
Returns the value of attribute input_file_uri.
1392 1393 1394 |
# File 'sig/types.rbs', line 1392 def input_file_uri @input_file_uri end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1393 1394 1395 |
# File 'sig/types.rbs', line 1393 def @tags end |