Class: Aws::Types::CustomPluginSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


226
227
228
# File 'sig/types.rbs', line 226

def creation_time
  @creation_time
end

#custom_plugin_arn::String

Returns the value of attribute custom_plugin_arn.

Returns:

  • (::String)


227
228
229
# File 'sig/types.rbs', line 227

def custom_plugin_arn
  @custom_plugin_arn
end

#custom_plugin_state"CREATING", ...

Returns the value of attribute custom_plugin_state.

Returns:

  • ("CREATING", "CREATE_FAILED", "ACTIVE", "UPDATING", "UPDATE_FAILED", "DELETING")


228
229
230
# File 'sig/types.rbs', line 228

def custom_plugin_state
  @custom_plugin_state
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


229
230
231
# File 'sig/types.rbs', line 229

def description
  @description
end

#latest_revisionTypes::CustomPluginRevisionSummary

Returns the value of attribute latest_revision.



230
231
232
# File 'sig/types.rbs', line 230

def latest_revision
  @latest_revision
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


231
232
233
# File 'sig/types.rbs', line 231

def name
  @name
end