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)


9088
9089
9090
# File 'sig/types.rbs', line 9088

def domain
  @domain
end

#framework::String

Returns the value of attribute framework.

Returns:

  • (::String)


9089
9090
9091
# File 'sig/types.rbs', line 9089

def framework
  @framework
end

#framework_version::String

Returns the value of attribute framework_version.

Returns:

  • (::String)


9092
9093
9094
# File 'sig/types.rbs', line 9092

def framework_version
  @framework_version
end

#model::String

Returns the value of attribute model.

Returns:

  • (::String)


9091
9092
9093
# File 'sig/types.rbs', line 9091

def model
  @model
end

#task::String

Returns the value of attribute task.

Returns:

  • (::String)


9090
9091
9092
# File 'sig/types.rbs', line 9090

def task
  @task
end