Class: Aws::Types::CreateLoggerDefinitionResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateLoggerDefinitionResponse
- 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.
-
#last_updated_timestamp ⇒ ::String
Returns the value of attribute last_updated_timestamp.
-
#latest_version ⇒ ::String
Returns the value of attribute latest_version.
-
#latest_version_arn ⇒ ::String
Returns the value of attribute latest_version_arn.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
309 310 311 |
# File 'sig/types.rbs', line 309 def arn @arn end |
#creation_timestamp ⇒ ::String
Returns the value of attribute creation_timestamp.
310 311 312 |
# File 'sig/types.rbs', line 310 def @creation_timestamp end |
#id ⇒ ::String
Returns the value of attribute id.
311 312 313 |
# File 'sig/types.rbs', line 311 def id @id end |
#last_updated_timestamp ⇒ ::String
Returns the value of attribute last_updated_timestamp.
312 313 314 |
# File 'sig/types.rbs', line 312 def @last_updated_timestamp end |
#latest_version ⇒ ::String
Returns the value of attribute latest_version.
313 314 315 |
# File 'sig/types.rbs', line 313 def latest_version @latest_version end |
#latest_version_arn ⇒ ::String
Returns the value of attribute latest_version_arn.
314 315 316 |
# File 'sig/types.rbs', line 314 def latest_version_arn @latest_version_arn end |
#name ⇒ ::String
Returns the value of attribute name.
315 316 317 |
# File 'sig/types.rbs', line 315 def name @name end |