Class: Aws::Types::CustomPluginRevisionSummary

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")


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.

Returns:

  • (::Time)


217
218
219
# File 'sig/types.rbs', line 217

def creation_time
  @creation_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


218
219
220
# File 'sig/types.rbs', line 218

def description
  @description
end

#file_descriptionTypes::CustomPluginFileDescription

Returns the value of attribute file_description.



219
220
221
# File 'sig/types.rbs', line 219

def file_description
  @file_description
end

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

Returns:

  • (::Integer)


221
222
223
# File 'sig/types.rbs', line 221

def revision
  @revision
end