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)


9026
9027
9028
# File 'sig/types.rbs', line 9026

def domain
  @domain
end

#framework::String

Returns the value of attribute framework.

Returns:

  • (::String)


9027
9028
9029
# File 'sig/types.rbs', line 9027

def framework
  @framework
end

#framework_version::String

Returns the value of attribute framework_version.

Returns:

  • (::String)


9030
9031
9032
# File 'sig/types.rbs', line 9030

def framework_version
  @framework_version
end

#model::String

Returns the value of attribute model.

Returns:

  • (::String)


9029
9030
9031
# File 'sig/types.rbs', line 9029

def model
  @model
end

#task::String

Returns the value of attribute task.

Returns:

  • (::String)


9028
9029
9030
# File 'sig/types.rbs', line 9028

def task
  @task
end