Class: Aws::Types::ActionTypeUrls

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#configuration_url::String

Returns the value of attribute configuration_url.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


251
252
253
# File 'sig/types.rbs', line 251

def revision_url_template
  @revision_url_template
end