Class: Aws::Types::CreateCustomPluginResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#custom_plugin_arn::String

Returns the value of attribute custom_plugin_arn.

Returns:

  • (::String)


163
164
165
# File 'sig/types.rbs', line 163

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


164
165
166
# File 'sig/types.rbs', line 164

def custom_plugin_state
  @custom_plugin_state
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


165
166
167
# File 'sig/types.rbs', line 165

def name
  @name
end

#revision::Integer

Returns the value of attribute revision.

Returns:

  • (::Integer)


166
167
168
# File 'sig/types.rbs', line 166

def revision
  @revision
end