Class: Aws::Types::CreateSecurityConfigurationInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


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

def name
  @name
end

#security_configuration::String

Returns the value of attribute security_configuration.

Returns:

  • (::String)


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

def security_configuration
  @security_configuration
end