Class: Aws::Types::GetLoggerDefinitionVersionResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetLoggerDefinitionVersionResponse
- 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.
-
#definition ⇒ Types::LoggerDefinitionVersion
Returns the value of attribute definition.
-
#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.
876 877 878 |
# File 'sig/types.rbs', line 876 def arn @arn end |
#creation_timestamp ⇒ ::String
Returns the value of attribute creation_timestamp.
877 878 879 |
# File 'sig/types.rbs', line 877 def @creation_timestamp end |
#definition ⇒ Types::LoggerDefinitionVersion
Returns the value of attribute definition.
878 879 880 |
# File 'sig/types.rbs', line 878 def definition @definition end |
#id ⇒ ::String
Returns the value of attribute id.
879 880 881 |
# File 'sig/types.rbs', line 879 def id @id end |
#version ⇒ ::String
Returns the value of attribute version.
880 881 882 |
# File 'sig/types.rbs', line 880 def version @version end |