Class: Aws::Types::GetVariantStoreResponse

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)


1201
1202
1203
# File 'sig/types.rbs', line 1201

def creation_time
  @creation_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1199
1200
1201
# File 'sig/types.rbs', line 1199

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1194
1195
1196
# File 'sig/types.rbs', line 1194

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1198
1199
1200
# File 'sig/types.rbs', line 1198

def name
  @name
end

#referenceTypes::ReferenceItem

Returns the value of attribute reference.



1195
1196
1197
# File 'sig/types.rbs', line 1195

def reference
  @reference
end

#sse_configTypes::SseConfig

Returns the value of attribute sse_config.

Returns:



1200
1201
1202
# File 'sig/types.rbs', line 1200

def sse_config
  @sse_config
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

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


1196
1197
1198
# File 'sig/types.rbs', line 1196

def status
  @status
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


1204
1205
1206
# File 'sig/types.rbs', line 1204

def status_message
  @status_message
end

#store_arn::String

Returns the value of attribute store_arn.

Returns:

  • (::String)


1197
1198
1199
# File 'sig/types.rbs', line 1197

def store_arn
  @store_arn
end

#store_size_bytes::Integer

Returns the value of attribute store_size_bytes.

Returns:

  • (::Integer)


1205
1206
1207
# File 'sig/types.rbs', line 1205

def store_size_bytes
  @store_size_bytes
end

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

Returns the value of attribute tags.

Returns:

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


1203
1204
1205
# File 'sig/types.rbs', line 1203

def tags
  @tags
end

#update_time::Time

Returns the value of attribute update_time.

Returns:

  • (::Time)


1202
1203
1204
# File 'sig/types.rbs', line 1202

def update_time
  @update_time
end