Class: Aws::Types::ListLensSharesInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#lens_alias ⇒ ::String

Returns the value of attribute lens_alias.

Returns:

  • (::String)


1243
1244
1245
# File 'sig/types.rbs', line 1243

def lens_alias
  @lens_alias
end

#max_results ⇒ ::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


1246
1247
1248
# File 'sig/types.rbs', line 1246

def max_results
  @max_results
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1245
1246
1247
# File 'sig/types.rbs', line 1245

def next_token
  @next_token
end

#shared_with_prefix ⇒ ::String

Returns the value of attribute shared_with_prefix.

Returns:

  • (::String)


1244
1245
1246
# File 'sig/types.rbs', line 1244

def shared_with_prefix
  @shared_with_prefix
end

#status ⇒ "ACCEPTED", ...

Returns the value of attribute status.

Returns:

  • ("ACCEPTED", "REJECTED", "PENDING", "REVOKED", "EXPIRED", "ASSOCIATING", "ASSOCIATED", "FAILED")


1247
1248
1249
# File 'sig/types.rbs', line 1247

def status
  @status
end