Class: Aws::Types::RuleTypeSettings
- Inherits:
-
Object
- Object
- Aws::Types::RuleTypeSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#entity_url_template ⇒ ::String
Returns the value of attribute entity_url_template.
-
#execution_url_template ⇒ ::String
Returns the value of attribute execution_url_template.
-
#revision_url_template ⇒ ::String
Returns the value of attribute revision_url_template.
-
#third_party_configuration_url ⇒ ::String
Returns the value of attribute third_party_configuration_url.
Instance Attribute Details
#entity_url_template ⇒ ::String
Returns the value of attribute entity_url_template.
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.
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.
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.
1268 1269 1270 |
# File 'sig/types.rbs', line 1268 def third_party_configuration_url @third_party_configuration_url end |