Class: Aws::Types::ListTemplatesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#domain_id ⇒ ::String

Returns the value of attribute domain_id.

Returns:

  • (::String)


878
879
880
# File 'sig/types.rbs', line 878

def domain_id
  @domain_id
end

#max_results ⇒ ::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


879
880
881
# File 'sig/types.rbs', line 879

def max_results
  @max_results
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


880
881
882
# File 'sig/types.rbs', line 880

def next_token
  @next_token
end

#status ⇒ ::Array[("Active" | "Inactive")]

Returns the value of attribute status.

Returns:

  • (::Array[("Active" | "Inactive")])


881
882
883
# File 'sig/types.rbs', line 881

def status
  @status
end