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)


350
351
352
# File 'sig/types.rbs', line 350

def arn
  @arn
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


351
352
353
# File 'sig/types.rbs', line 351

def creation_time
  @creation_time
end

#latest_revisionTypes::ConfigurationRevision

Returns the value of attribute latest_revision.



352
353
354
# File 'sig/types.rbs', line 352

def latest_revision
  @latest_revision
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


353
354
355
# File 'sig/types.rbs', line 353

def name
  @name
end

#state"ACTIVE", ...

Returns the value of attribute state.

Returns:

  • ("ACTIVE", "DELETING", "DELETE_FAILED")


354
355
356
# File 'sig/types.rbs', line 354

def state
  @state
end