Class: Aws::Types::CreateSecurityConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateSecurityConfigurationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#container_provider ⇒ Types::ContainerProvider
Returns the value of attribute container_provider.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#security_configuration_data ⇒ Types::SecurityConfigurationData
Returns the value of attribute security_configuration_data.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
124 125 126 |
# File 'sig/types.rbs', line 124 def client_token @client_token end |
#container_provider ⇒ Types::ContainerProvider
Returns the value of attribute container_provider.
126 127 128 |
# File 'sig/types.rbs', line 126 def container_provider @container_provider end |
#name ⇒ ::String
Returns the value of attribute name.
125 126 127 |
# File 'sig/types.rbs', line 125 def name @name end |
#security_configuration_data ⇒ Types::SecurityConfigurationData
Returns the value of attribute security_configuration_data.
127 128 129 |
# File 'sig/types.rbs', line 127 def security_configuration_data @security_configuration_data end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
128 129 130 |
# File 'sig/types.rbs', line 128 def @tags end |