Class: Aws::Types::ListShareInvitationsInput
- Inherits:
-
Object
- Object
- Aws::Types::ListShareInvitationsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#lens_name_prefix ⇒ ::String
Returns the value of attribute lens_name_prefix.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#profile_name_prefix ⇒ ::String
Returns the value of attribute profile_name_prefix.
-
#share_resource_type ⇒ "WORKLOAD", ...
Returns the value of attribute share_resource_type.
-
#template_name_prefix ⇒ ::String
Returns the value of attribute template_name_prefix.
-
#workload_name_prefix ⇒ ::String
Returns the value of attribute workload_name_prefix.
Instance Attribute Details
#lens_name_prefix ⇒ ::String
Returns the value of attribute lens_name_prefix.
1373 1374 1375 |
# File 'sig/types.rbs', line 1373 def lens_name_prefix @lens_name_prefix end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1376 1377 1378 |
# File 'sig/types.rbs', line 1376 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1375 1376 1377 |
# File 'sig/types.rbs', line 1375 def next_token @next_token end |
#profile_name_prefix ⇒ ::String
Returns the value of attribute profile_name_prefix.
1377 1378 1379 |
# File 'sig/types.rbs', line 1377 def profile_name_prefix @profile_name_prefix end |
#share_resource_type ⇒ "WORKLOAD", ...
Returns the value of attribute share_resource_type.
1374 1375 1376 |
# File 'sig/types.rbs', line 1374 def share_resource_type @share_resource_type end |
#template_name_prefix ⇒ ::String
Returns the value of attribute template_name_prefix.
1378 1379 1380 |
# File 'sig/types.rbs', line 1378 def template_name_prefix @template_name_prefix end |
#workload_name_prefix ⇒ ::String
Returns the value of attribute workload_name_prefix.
1372 1373 1374 |
# File 'sig/types.rbs', line 1372 def workload_name_prefix @workload_name_prefix end |