Class: Aws::Types::CreateLoggerDefinitionRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateLoggerDefinitionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#amzn_client_token ⇒ ::String
Returns the value of attribute amzn_client_token.
-
#initial_version ⇒ Types::LoggerDefinitionVersion
Returns the value of attribute initial_version.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#amzn_client_token ⇒ ::String
Returns the value of attribute amzn_client_token.
301 302 303 |
# File 'sig/types.rbs', line 301 def amzn_client_token @amzn_client_token end |
#initial_version ⇒ Types::LoggerDefinitionVersion
Returns the value of attribute initial_version.
302 303 304 |
# File 'sig/types.rbs', line 302 def initial_version @initial_version end |
#name ⇒ ::String
Returns the value of attribute name.
303 304 305 |
# File 'sig/types.rbs', line 303 def name @name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
304 305 306 |
# File 'sig/types.rbs', line 304 def @tags end |