Class: Aws::Types::DescribeCustomPluginResponse

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)


323
324
325
# File 'sig/types.rbs', line 323

def creation_time
  @creation_time
end

#custom_plugin_arn::String

Returns the value of attribute custom_plugin_arn.

Returns:

  • (::String)


324
325
326
# File 'sig/types.rbs', line 324

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


325
326
327
# File 'sig/types.rbs', line 325

def custom_plugin_state
  @custom_plugin_state
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


326
327
328
# File 'sig/types.rbs', line 326

def description
  @description
end

#latest_revisionTypes::CustomPluginRevisionSummary

Returns the value of attribute latest_revision.



327
328
329
# File 'sig/types.rbs', line 327

def latest_revision
  @latest_revision
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


328
329
330
# File 'sig/types.rbs', line 328

def name
  @name
end

#state_descriptionTypes::StateDescription

Returns the value of attribute state_description.



329
330
331
# File 'sig/types.rbs', line 329

def state_description
  @state_description
end