Class: Aws::Types::CreateVariantStoreResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


431
432
433
# File 'sig/types.rbs', line 431

def creation_time
  @creation_time
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


427
428
429
# File 'sig/types.rbs', line 427

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


430
431
432
# File 'sig/types.rbs', line 430

def name
  @name
end

#referenceTypes::ReferenceItem

Returns the value of attribute reference.



428
429
430
# File 'sig/types.rbs', line 428

def reference
  @reference
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

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


429
430
431
# File 'sig/types.rbs', line 429

def status
  @status
end