Class: Aws::Types::RuleTypeSettings

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)


1269
1270
1271
# File 'sig/types.rbs', line 1269

def entity_url_template
  @entity_url_template
end

#execution_url_template::String

Returns the value of attribute execution_url_template.

Returns:

  • (::String)


1270
1271
1272
# File 'sig/types.rbs', line 1270

def execution_url_template
  @execution_url_template
end

#revision_url_template::String

Returns the value of attribute revision_url_template.

Returns:

  • (::String)


1271
1272
1273
# File 'sig/types.rbs', line 1271

def revision_url_template
  @revision_url_template
end

#third_party_configuration_url::String

Returns the value of attribute third_party_configuration_url.

Returns:

  • (::String)


1268
1269
1270
# File 'sig/types.rbs', line 1268

def third_party_configuration_url
  @third_party_configuration_url
end