Class: Aws::Types::ActionTypeSettings

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#entity_url_template::String

Returns the value of attribute entity_url_template.

Returns:

  • (::String)


241
242
243
# File 'sig/types.rbs', line 241

def entity_url_template
  @entity_url_template
end

#execution_url_template::String

Returns the value of attribute execution_url_template.

Returns:

  • (::String)


242
243
244
# File 'sig/types.rbs', line 242

def execution_url_template
  @execution_url_template
end

#revision_url_template::String

Returns the value of attribute revision_url_template.

Returns:

  • (::String)


243
244
245
# File 'sig/types.rbs', line 243

def revision_url_template
  @revision_url_template
end

#third_party_configuration_url::String

Returns the value of attribute third_party_configuration_url.

Returns:

  • (::String)


240
241
242
# File 'sig/types.rbs', line 240

def third_party_configuration_url
  @third_party_configuration_url
end