Class: Aws::Types::CreateConfigurationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


270
271
272
# File 'sig/types.rbs', line 270

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


269
270
271
# File 'sig/types.rbs', line 269

def name
  @name
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


273
274
275
# File 'sig/types.rbs', line 273

def request_id
  @request_id
end

#run_configurationsTypes::RunConfigurations

Returns the value of attribute run_configurations.



271
272
273
# File 'sig/types.rbs', line 271

def run_configurations
  @run_configurations
end

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

Returns the value of attribute tags.

Returns:

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


272
273
274
# File 'sig/types.rbs', line 272

def tags
  @tags
end