Class: Aws::Types::KeyValueStore

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)


2194
2195
2196
# File 'sig/types.rbs', line 2194

def arn
  @arn
end

#comment::String

Returns the value of attribute comment.

Returns:

  • (::String)


2193
2194
2195
# File 'sig/types.rbs', line 2193

def comment
  @comment
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


2192
2193
2194
# File 'sig/types.rbs', line 2192

def id
  @id
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


2196
2197
2198
# File 'sig/types.rbs', line 2196

def last_modified_time
  @last_modified_time
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2191
2192
2193
# File 'sig/types.rbs', line 2191

def name
  @name
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


2195
2196
2197
# File 'sig/types.rbs', line 2195

def status
  @status
end