Class: Aws::Types::CreateConfigRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#config_data ⇒ Types::ConfigTypeData

Returns the value of attribute config_data.



248
249
250
# File 'sig/types.rbs', line 248

def config_data
  @config_data
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


247
248
249
# File 'sig/types.rbs', line 247

def name
  @name
end

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

Returns the value of attribute tags.

Returns:

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


249
250
251
# File 'sig/types.rbs', line 249

def tags
  @tags
end