Class: Aws::Types::CreateLoggerDefinitionVersionResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateLoggerDefinitionVersionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#creation_timestamp ⇒ ::String
Returns the value of attribute creation_timestamp.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#version ⇒ ::String
Returns the value of attribute version.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
327 328 329 |
# File 'sig/types.rbs', line 327 def arn @arn end |
#creation_timestamp ⇒ ::String
Returns the value of attribute creation_timestamp.
328 329 330 |
# File 'sig/types.rbs', line 328 def @creation_timestamp end |
#id ⇒ ::String
Returns the value of attribute id.
329 330 331 |
# File 'sig/types.rbs', line 329 def id @id end |
#version ⇒ ::String
Returns the value of attribute version.
330 331 332 |
# File 'sig/types.rbs', line 330 def version @version end |