Class: Aws::Types::DescribeComputationModelExecutionSummaryRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#computation_model_id::String

Returns the value of attribute computation_model_id.

Returns:

  • (::String)


1648
1649
1650
# File 'sig/types.rbs', line 1648

def computation_model_id
  @computation_model_id
end

#resolve_to_resource_id::String

Returns the value of attribute resolve_to_resource_id.

Returns:

  • (::String)


1650
1651
1652
# File 'sig/types.rbs', line 1650

def resolve_to_resource_id
  @resolve_to_resource_id
end

#resolve_to_resource_type"ASSET"

Returns the value of attribute resolve_to_resource_type.

Returns:

  • ("ASSET")


1649
1650
1651
# File 'sig/types.rbs', line 1649

def resolve_to_resource_type
  @resolve_to_resource_type
end