Class: Aws::Types::VariantStoreItem

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time::Time

Returns the value of attribute creation_time.



2551
2552
2553
# File 'sig/types.rbs', line 2551

def creation_time
  @creation_time
end

#description::String

Returns the value of attribute description.



2549
2550
2551
# File 'sig/types.rbs', line 2549

def description
  @description
end

#id::String

Returns the value of attribute id.



2544
2545
2546
# File 'sig/types.rbs', line 2544

def id
  @id
end

#name::String

Returns the value of attribute name.



2548
2549
2550
# File 'sig/types.rbs', line 2548

def name
  @name
end

#referenceTypes::ReferenceItem

Returns the value of attribute reference.



2545
2546
2547
# File 'sig/types.rbs', line 2545

def reference
  @reference
end

#sse_configTypes::SseConfig

Returns the value of attribute sse_config.



2550
2551
2552
# File 'sig/types.rbs', line 2550

def sse_config
  @sse_config
end

#status"CREATING", ...

Returns the value of attribute status.



2546
2547
2548
# File 'sig/types.rbs', line 2546

def status
  @status
end

#status_message::String

Returns the value of attribute status_message.



2553
2554
2555
# File 'sig/types.rbs', line 2553

def status_message
  @status_message
end

#store_arn::String

Returns the value of attribute store_arn.



2547
2548
2549
# File 'sig/types.rbs', line 2547

def store_arn
  @store_arn
end

#store_size_bytes::Integer

Returns the value of attribute store_size_bytes.



2554
2555
2556
# File 'sig/types.rbs', line 2554

def store_size_bytes
  @store_size_bytes
end

#update_time::Time

Returns the value of attribute update_time.



2552
2553
2554
# File 'sig/types.rbs', line 2552

def update_time
  @update_time
end