Class: Aws::Types::CreateCustomPluginRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateCustomPluginRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#content_type ⇒ "JAR", "ZIP"
Returns the value of attribute content_type.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#location ⇒ Types::CustomPluginLocation
Returns the value of attribute location.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#content_type ⇒ "JAR", "ZIP"
Returns the value of attribute content_type.
154 155 156 |
# File 'sig/types.rbs', line 154 def content_type @content_type end |
#description ⇒ ::String
Returns the value of attribute description.
155 156 157 |
# File 'sig/types.rbs', line 155 def description @description end |
#location ⇒ Types::CustomPluginLocation
Returns the value of attribute location.
156 157 158 |
# File 'sig/types.rbs', line 156 def location @location end |
#name ⇒ ::String
Returns the value of attribute name.
157 158 159 |
# File 'sig/types.rbs', line 157 def name @name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
158 159 160 |
# File 'sig/types.rbs', line 158 def @tags end |