Class: Aws::Types::GetResourceSharesRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetResourceSharesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#permission_arn ⇒ ::String
Returns the value of attribute permission_arn.
-
#permission_version ⇒ ::Integer
Returns the value of attribute permission_version.
-
#resource_owner ⇒ "SELF", "OTHER-ACCOUNTS"
Returns the value of attribute resource_owner.
-
#resource_share_arns ⇒ ::Array[::String]
Returns the value of attribute resource_share_arns.
-
#resource_share_status ⇒ "PENDING", ...
Returns the value of attribute resource_share_status.
-
#tag_filters ⇒ ::Array[Types::TagFilter]
Returns the value of attribute tag_filters.
Instance Attribute Details
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
261 262 263 |
# File 'sig/types.rbs', line 261 def max_results @max_results end |
#name ⇒ ::String
Returns the value of attribute name.
258 259 260 |
# File 'sig/types.rbs', line 258 def name @name end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
260 261 262 |
# File 'sig/types.rbs', line 260 def next_token @next_token end |
#permission_arn ⇒ ::String
Returns the value of attribute permission_arn.
262 263 264 |
# File 'sig/types.rbs', line 262 def @permission_arn end |
#permission_version ⇒ ::Integer
Returns the value of attribute permission_version.
263 264 265 |
# File 'sig/types.rbs', line 263 def @permission_version end |
#resource_owner ⇒ "SELF", "OTHER-ACCOUNTS"
Returns the value of attribute resource_owner.
257 258 259 |
# File 'sig/types.rbs', line 257 def resource_owner @resource_owner end |
#resource_share_arns ⇒ ::Array[::String]
Returns the value of attribute resource_share_arns.
255 256 257 |
# File 'sig/types.rbs', line 255 def resource_share_arns @resource_share_arns end |
#resource_share_status ⇒ "PENDING", ...
Returns the value of attribute resource_share_status.
256 257 258 |
# File 'sig/types.rbs', line 256 def resource_share_status @resource_share_status end |
#tag_filters ⇒ ::Array[Types::TagFilter]
Returns the value of attribute tag_filters.
259 260 261 |
# File 'sig/types.rbs', line 259 def tag_filters @tag_filters end |