Class: Aws::Types::ListProfileSharesInput
- Inherits:
-
Object
- Object
- Aws::Types::ListProfileSharesInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#profile_arn ⇒ ::String
Returns the value of attribute profile_arn.
-
#shared_with_prefix ⇒ ::String
Returns the value of attribute shared_with_prefix.
-
#status ⇒ "ACCEPTED", ...
Returns the value of attribute status.
Instance Attribute Details
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1317 1318 1319 |
# File 'sig/types.rbs', line 1317 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1316 1317 1318 |
# File 'sig/types.rbs', line 1316 def next_token @next_token end |
#profile_arn ⇒ ::String
Returns the value of attribute profile_arn.
1314 1315 1316 |
# File 'sig/types.rbs', line 1314 def profile_arn @profile_arn end |
#shared_with_prefix ⇒ ::String
Returns the value of attribute shared_with_prefix.
1315 1316 1317 |
# File 'sig/types.rbs', line 1315 def shared_with_prefix @shared_with_prefix end |
#status ⇒ "ACCEPTED", ...
Returns the value of attribute status.
1318 1319 1320 |
# File 'sig/types.rbs', line 1318 def status @status end |