Class: Aws::Types::ListLensesInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#lens_name ⇒ ::String

Returns the value of attribute lens_name.

Returns:

  • (::String)


1262
1263
1264
# File 'sig/types.rbs', line 1262

def lens_name
  @lens_name
end

#lens_status ⇒ "ALL", ...

Returns the value of attribute lens_status.

Returns:

  • ("ALL", "DRAFT", "PUBLISHED")


1261
1262
1263
# File 'sig/types.rbs', line 1261

def lens_status
  @lens_status
end

#lens_type ⇒ "AWS_OFFICIAL", ...

Returns the value of attribute lens_type.

Returns:

  • ("AWS_OFFICIAL", "CUSTOM_SHARED", "CUSTOM_SELF")


1260
1261
1262
# File 'sig/types.rbs', line 1260

def lens_type
  @lens_type
end

#max_results ⇒ ::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


1259
1260
1261
# File 'sig/types.rbs', line 1259

def max_results
  @max_results
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1258
1259
1260
# File 'sig/types.rbs', line 1258

def next_token
  @next_token
end