Class: Aws::Types::CreateConfigurationSetRequest

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)


155
156
157
# File 'sig/types.rbs', line 155

def client_token
  @client_token
end

#configuration_set_name::String

Returns the value of attribute configuration_set_name.

Returns:

  • (::String)


153
154
155
# File 'sig/types.rbs', line 153

def configuration_set_name
  @configuration_set_name
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



154
155
156
# File 'sig/types.rbs', line 154

def tags
  @tags
end