Class: Aws::Types::ListPendingInvitationResourcesRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListPendingInvitationResourcesRequest
- 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.
-
#resource_region_scope ⇒ "ALL", ...
Returns the value of attribute resource_region_scope.
-
#resource_share_invitation_arn ⇒ ::String
Returns the value of attribute resource_share_invitation_arn.
Instance Attribute Details
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
316 317 318 |
# File 'sig/types.rbs', line 316 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
315 316 317 |
# File 'sig/types.rbs', line 315 def next_token @next_token end |
#resource_region_scope ⇒ "ALL", ...
Returns the value of attribute resource_region_scope.
317 318 319 |
# File 'sig/types.rbs', line 317 def resource_region_scope @resource_region_scope end |
#resource_share_invitation_arn ⇒ ::String
Returns the value of attribute resource_share_invitation_arn.
314 315 316 |
# File 'sig/types.rbs', line 314 def resource_share_invitation_arn @resource_share_invitation_arn end |