Class: Aws::Types::CreateConfigurationResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


278
279
280
# File 'sig/types.rbs', line 278

def arn
  @arn
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


284
285
286
# File 'sig/types.rbs', line 284

def creation_time
  @creation_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


281
282
283
# File 'sig/types.rbs', line 281

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


280
281
282
# File 'sig/types.rbs', line 280

def name
  @name
end

#run_configurationsTypes::RunConfigurationsResponse

Returns the value of attribute run_configurations.



282
283
284
# File 'sig/types.rbs', line 282

def run_configurations
  @run_configurations
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

  • ("CREATING", "ACTIVE", "UPDATING", "DELETING", "DELETED", "FAILED")


283
284
285
# File 'sig/types.rbs', line 283

def status
  @status
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

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


285
286
287
# File 'sig/types.rbs', line 285

def tags
  @tags
end

#uuid::String

Returns the value of attribute uuid.

Returns:

  • (::String)


279
280
281
# File 'sig/types.rbs', line 279

def uuid
  @uuid
end