Class: Aws::Types::AcceptPredictionsOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#asset_id::String

Returns the value of attribute asset_id.

Returns:

  • (::String)


30
31
32
# File 'sig/types.rbs', line 30

def asset_id
  @asset_id
end

#domain_id::String

Returns the value of attribute domain_id.

Returns:

  • (::String)


29
30
31
# File 'sig/types.rbs', line 29

def domain_id
  @domain_id
end

#revision::String

Returns the value of attribute revision.

Returns:

  • (::String)


31
32
33
# File 'sig/types.rbs', line 31

def revision
  @revision
end