Class: Aws::Types::CreateReferenceStoreResponse

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:



329
330
331
# File 'sig/types.rbs', line 329

def arn
  @arn
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:



333
334
335
# File 'sig/types.rbs', line 333

def creation_time
  @creation_time
end

#description::String

Returns the value of attribute description.

Returns:



331
332
333
# File 'sig/types.rbs', line 331

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:



328
329
330
# File 'sig/types.rbs', line 328

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:



330
331
332
# File 'sig/types.rbs', line 330

def name
  @name
end

#sse_configTypes::SseConfig

Returns the value of attribute sse_config.

Returns:



332
333
334
# File 'sig/types.rbs', line 332

def sse_config
  @sse_config
end