Class: Aws::Types::ListProfileSharesOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListProfileSharesOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#profile_share_summaries ⇒ ::Array[Types::ProfileShareSummary]
Returns the value of attribute profile_share_summaries.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
1324 1325 1326 |
# File 'sig/types.rbs', line 1324 def next_token @next_token end |
#profile_share_summaries ⇒ ::Array[Types::ProfileShareSummary]
Returns the value of attribute profile_share_summaries.
1323 1324 1325 |
# File 'sig/types.rbs', line 1323 def profile_share_summaries @profile_share_summaries end |