Class: Aws::Types::ModelMetadataSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#domain::String

Returns the value of attribute domain.

Returns:

  • (::String)


9041
9042
9043
# File 'sig/types.rbs', line 9041

def domain
  @domain
end

#framework::String

Returns the value of attribute framework.

Returns:

  • (::String)


9042
9043
9044
# File 'sig/types.rbs', line 9042

def framework
  @framework
end

#framework_version::String

Returns the value of attribute framework_version.

Returns:

  • (::String)


9045
9046
9047
# File 'sig/types.rbs', line 9045

def framework_version
  @framework_version
end

#model::String

Returns the value of attribute model.

Returns:

  • (::String)


9044
9045
9046
# File 'sig/types.rbs', line 9044

def model
  @model
end

#task::String

Returns the value of attribute task.

Returns:

  • (::String)


9043
9044
9045
# File 'sig/types.rbs', line 9043

def task
  @task
end