Class: Aws::Types::GetLoggerDefinitionResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetLoggerDefinitionResponse
- 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.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
857 858 859 |
# File 'sig/types.rbs', line 857 def arn @arn end |
#creation_timestamp ⇒ ::String
Returns the value of attribute creation_timestamp.
858 859 860 |
# File 'sig/types.rbs', line 858 def @creation_timestamp end |
#id ⇒ ::String
Returns the value of attribute id.
859 860 861 |
# File 'sig/types.rbs', line 859 def id @id end |
#last_updated_timestamp ⇒ ::String
Returns the value of attribute last_updated_timestamp.
860 861 862 |
# File 'sig/types.rbs', line 860 def @last_updated_timestamp end |
#latest_version ⇒ ::String
Returns the value of attribute latest_version.
861 862 863 |
# File 'sig/types.rbs', line 861 def latest_version @latest_version end |
#latest_version_arn ⇒ ::String
Returns the value of attribute latest_version_arn.
862 863 864 |
# File 'sig/types.rbs', line 862 def latest_version_arn @latest_version_arn end |
#name ⇒ ::String
Returns the value of attribute name.
863 864 865 |
# File 'sig/types.rbs', line 863 def name @name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
864 865 866 |
# File 'sig/types.rbs', line 864 def @tags end |