Class: Aws::Types::PluginProperties
- Inherits:
-
Object
- Object
- Aws::Types::PluginProperties
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#class_name ⇒ ::String
Returns the value of attribute class_name.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#uncompressed_size_in_bytes ⇒ ::Integer
Returns the value of attribute uncompressed_size_in_bytes.
-
#version ⇒ ::String
Returns the value of attribute version.
Instance Attribute Details
#class_name ⇒ ::String
Returns the value of attribute class_name.
2021 2022 2023 |
# File 'sig/types.rbs', line 2021 def class_name @class_name end |
#description ⇒ ::String
Returns the value of attribute description.
2019 2020 2021 |
# File 'sig/types.rbs', line 2019 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
2018 2019 2020 |
# File 'sig/types.rbs', line 2018 def name @name end |
#uncompressed_size_in_bytes ⇒ ::Integer
Returns the value of attribute uncompressed_size_in_bytes.
2022 2023 2024 |
# File 'sig/types.rbs', line 2022 def uncompressed_size_in_bytes @uncompressed_size_in_bytes end |
#version ⇒ ::String
Returns the value of attribute version.
2020 2021 2022 |
# File 'sig/types.rbs', line 2020 def version @version end |