Class: Aws::Types::CustomPluginRevisionSummary
- Inherits:
-
Object
- Object
- Aws::Types::CustomPluginRevisionSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#content_type ⇒ "JAR", "ZIP"
Returns the value of attribute content_type.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#file_description ⇒ Types::CustomPluginFileDescription
Returns the value of attribute file_description.
-
#location ⇒ Types::CustomPluginLocationDescription
Returns the value of attribute location.
-
#revision ⇒ ::Integer
Returns the value of attribute revision.
Instance Attribute Details
#content_type ⇒ "JAR", "ZIP"
Returns the value of attribute content_type.
216 217 218 |
# File 'sig/types.rbs', line 216 def content_type @content_type end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
217 218 219 |
# File 'sig/types.rbs', line 217 def creation_time @creation_time end |
#description ⇒ ::String
Returns the value of attribute description.
218 219 220 |
# File 'sig/types.rbs', line 218 def description @description end |
#file_description ⇒ Types::CustomPluginFileDescription
Returns the value of attribute file_description.
219 220 221 |
# File 'sig/types.rbs', line 219 def file_description @file_description end |
#location ⇒ Types::CustomPluginLocationDescription
Returns the value of attribute location.
220 221 222 |
# File 'sig/types.rbs', line 220 def location @location end |
#revision ⇒ ::Integer
Returns the value of attribute revision.
221 222 223 |
# File 'sig/types.rbs', line 221 def revision @revision end |