Class: Aws::Types::CreateCustomModelDeploymentRequest

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)


973
974
975
# File 'sig/types.rbs', line 973

def client_request_token
  @client_request_token
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


971
972
973
# File 'sig/types.rbs', line 971

def description
  @description
end

#model_arn::String

Returns the value of attribute model_arn.

Returns:

  • (::String)


970
971
972
# File 'sig/types.rbs', line 970

def model_arn
  @model_arn
end

#model_deployment_name::String

Returns the value of attribute model_deployment_name.

Returns:

  • (::String)


969
970
971
# File 'sig/types.rbs', line 969

def model_deployment_name
  @model_deployment_name
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



972
973
974
# File 'sig/types.rbs', line 972

def tags
  @tags
end