Class: Aws::Types::CreateCustomActionTypeInput

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#category"Source", ...

Returns the value of attribute category.

Returns:



357
358
359
# File 'sig/types.rbs', line 357

def category
  @category
end

#configuration_properties::Array[Types::ActionConfigurationProperty]

Returns the value of attribute configuration_properties.

Returns:



361
362
363
# File 'sig/types.rbs', line 361

def configuration_properties
  @configuration_properties
end

#input_artifact_detailsTypes::ArtifactDetails

Returns the value of attribute input_artifact_details.

Returns:



362
363
364
# File 'sig/types.rbs', line 362

def input_artifact_details
  @input_artifact_details
end

#output_artifact_detailsTypes::ArtifactDetails

Returns the value of attribute output_artifact_details.

Returns:



363
364
365
# File 'sig/types.rbs', line 363

def output_artifact_details
  @output_artifact_details
end

#provider::String

Returns the value of attribute provider.

Returns:



358
359
360
# File 'sig/types.rbs', line 358

def provider
  @provider
end

#settingsTypes::ActionTypeSettings

Returns the value of attribute settings.

Returns:



360
361
362
# File 'sig/types.rbs', line 360

def settings
  @settings
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



364
365
366
# File 'sig/types.rbs', line 364

def tags
  @tags
end

#version::String

Returns the value of attribute version.

Returns:



359
360
361
# File 'sig/types.rbs', line 359

def version
  @version
end