Class: Aws::Types::CreateCustomPluginRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#content_type"JAR", "ZIP"

Returns the value of attribute content_type.

Returns:

  • ("JAR", "ZIP")


154
155
156
# File 'sig/types.rbs', line 154

def content_type
  @content_type
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


155
156
157
# File 'sig/types.rbs', line 155

def description
  @description
end

#locationTypes::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.

Returns:

  • (::String)


157
158
159
# File 'sig/types.rbs', line 157

def name
  @name
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


158
159
160
# File 'sig/types.rbs', line 158

def tags
  @tags
end