Class: Aws::Types::StartSimulationInput
- Inherits:
-
Object
- Object
- Aws::Types::StartSimulationInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#maximum_duration ⇒ ::String
Returns the value of attribute maximum_duration.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#schema_s3_location ⇒ Types::S3Location
Returns the value of attribute schema_s3_location.
-
#snapshot_s3_location ⇒ Types::S3Location
Returns the value of attribute snapshot_s3_location.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
248 249 250 |
# File 'sig/types.rbs', line 248 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
249 250 251 |
# File 'sig/types.rbs', line 249 def description @description end |
#maximum_duration ⇒ ::String
Returns the value of attribute maximum_duration.
250 251 252 |
# File 'sig/types.rbs', line 250 def maximum_duration @maximum_duration end |
#name ⇒ ::String
Returns the value of attribute name.
251 252 253 |
# File 'sig/types.rbs', line 251 def name @name end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
252 253 254 |
# File 'sig/types.rbs', line 252 def role_arn @role_arn end |
#schema_s3_location ⇒ Types::S3Location
Returns the value of attribute schema_s3_location.
253 254 255 |
# File 'sig/types.rbs', line 253 def schema_s3_location @schema_s3_location end |
#snapshot_s3_location ⇒ Types::S3Location
Returns the value of attribute snapshot_s3_location.
254 255 256 |
# File 'sig/types.rbs', line 254 def snapshot_s3_location @snapshot_s3_location end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
255 256 257 |
# File 'sig/types.rbs', line 255 def end |