Class: Aws::Types::ListCustomModelDeploymentsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_after::Time

Returns the value of attribute created_after.

Returns:

  • (::Time)


2647
2648
2649
# File 'sig/types.rbs', line 2647

def created_after
  @created_after
end

#created_before::Time

Returns the value of attribute created_before.

Returns:

  • (::Time)


2646
2647
2648
# File 'sig/types.rbs', line 2646

def created_before
  @created_before
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


2649
2650
2651
# File 'sig/types.rbs', line 2649

def max_results
  @max_results
end

#model_arn_equals::String

Returns the value of attribute model_arn_equals.

Returns:

  • (::String)


2654
2655
2656
# File 'sig/types.rbs', line 2654

def model_arn_equals
  @model_arn_equals
end

#name_contains::String

Returns the value of attribute name_contains.

Returns:

  • (::String)


2648
2649
2650
# File 'sig/types.rbs', line 2648

def name_contains
  @name_contains
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


2650
2651
2652
# File 'sig/types.rbs', line 2650

def next_token
  @next_token
end

#sort_by"CreationTime"

Returns the value of attribute sort_by.

Returns:

  • ("CreationTime")


2651
2652
2653
# File 'sig/types.rbs', line 2651

def sort_by
  @sort_by
end

#sort_order"Ascending", "Descending"

Returns the value of attribute sort_order.

Returns:

  • ("Ascending", "Descending")


2652
2653
2654
# File 'sig/types.rbs', line 2652

def sort_order
  @sort_order
end

#status_equals"Creating", ...

Returns the value of attribute status_equals.

Returns:

  • ("Creating", "Active", "Failed")


2653
2654
2655
# File 'sig/types.rbs', line 2653

def status_equals
  @status_equals
end