Class: Aws::Types::CreateReferenceStoreRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


323
324
325
# File 'sig/types.rbs', line 323

def client_token
  @client_token
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


320
321
322
# File 'sig/types.rbs', line 320

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


319
320
321
# File 'sig/types.rbs', line 319

def name
  @name
end

#sse_configTypes::SseConfig

Returns the value of attribute sse_config.

Returns:



321
322
323
# File 'sig/types.rbs', line 321

def sse_config
  @sse_config
end

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

Returns the value of attribute tags.

Returns:

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


322
323
324
# File 'sig/types.rbs', line 322

def tags
  @tags
end