Class: Aws::Types::CreateProvisionedModelThroughputRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_request_token::String

Returns the value of attribute client_request_token.

Returns:

  • (::String)


1189
1190
1191
# File 'sig/types.rbs', line 1189

def client_request_token
  @client_request_token
end

#commitment_duration"OneMonth", "SixMonths"

Returns the value of attribute commitment_duration.

Returns:

  • ("OneMonth", "SixMonths")


1193
1194
1195
# File 'sig/types.rbs', line 1193

def commitment_duration
  @commitment_duration
end

#model_id::String

Returns the value of attribute model_id.

Returns:

  • (::String)


1192
1193
1194
# File 'sig/types.rbs', line 1192

def model_id
  @model_id
end

#model_units::Integer

Returns the value of attribute model_units.

Returns:

  • (::Integer)


1190
1191
1192
# File 'sig/types.rbs', line 1190

def model_units
  @model_units
end

#provisioned_model_name::String

Returns the value of attribute provisioned_model_name.

Returns:

  • (::String)


1191
1192
1193
# File 'sig/types.rbs', line 1191

def provisioned_model_name
  @provisioned_model_name
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



1194
1195
1196
# File 'sig/types.rbs', line 1194

def tags
  @tags
end