Class: Aws::Types::StartSimulationInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:client_token])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token ⇒ ::String

Returns the value of attribute client_token.

Returns:

  • (::String)


248
249
250
# File 'sig/types.rbs', line 248

def client_token
  @client_token
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


249
250
251
# File 'sig/types.rbs', line 249

def description
  @description
end

#maximum_duration ⇒ ::String

Returns the value of attribute maximum_duration.

Returns:

  • (::String)


250
251
252
# File 'sig/types.rbs', line 250

def maximum_duration
  @maximum_duration
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


251
252
253
# File 'sig/types.rbs', line 251

def name
  @name
end

#role_arn ⇒ ::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


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.

Returns:



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.

Returns:



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.

Returns:

  • (::Hash[::String, ::String])


255
256
257
# File 'sig/types.rbs', line 255

def tags
  @tags
end