Class: Aws::Types::ActionTypeSettings
- Inherits:
-
Object
- Object
- Aws::Types::ActionTypeSettings
- 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.
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.
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.
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.
240 241 242 |
# File 'sig/types.rbs', line 240 def third_party_configuration_url @third_party_configuration_url end |