Class: Aws::Types::ActionTypeUrls
- Inherits:
-
Object
- Object
- Aws::Types::ActionTypeUrls
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configuration_url ⇒ ::String
Returns the value of attribute configuration_url.
-
#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.
Instance Attribute Details
#configuration_url ⇒ ::String
Returns the value of attribute configuration_url.
248 249 250 |
# File 'sig/types.rbs', line 248 def configuration_url @configuration_url end |
#entity_url_template ⇒ ::String
Returns the value of attribute entity_url_template.
249 250 251 |
# File 'sig/types.rbs', line 249 def entity_url_template @entity_url_template end |
#execution_url_template ⇒ ::String
Returns the value of attribute execution_url_template.
250 251 252 |
# File 'sig/types.rbs', line 250 def execution_url_template @execution_url_template end |
#revision_url_template ⇒ ::String
Returns the value of attribute revision_url_template.
251 252 253 |
# File 'sig/types.rbs', line 251 def revision_url_template @revision_url_template end |