Class: Aws::Types::CreateSecurityConfigurationInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateSecurityConfigurationInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#security_configuration ⇒ ::String
Returns the value of attribute security_configuration.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
272 273 274 |
# File 'sig/types.rbs', line 272 def name @name end |
#security_configuration ⇒ ::String
Returns the value of attribute security_configuration.
273 274 275 |
# File 'sig/types.rbs', line 273 def security_configuration @security_configuration end |