Class: Aws::Types::GetModelRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#flattenBoolean

Returns the value of attribute flatten.

Returns:

  • (Boolean)


764
765
766
# File 'sig/types.rbs', line 764

def flatten
  @flatten
end

#model_name::String

Returns the value of attribute model_name.

Returns:

  • (::String)


763
764
765
# File 'sig/types.rbs', line 763

def model_name
  @model_name
end

#rest_api_id::String

Returns the value of attribute rest_api_id.

Returns:

  • (::String)


762
763
764
# File 'sig/types.rbs', line 762

def rest_api_id
  @rest_api_id
end