Class: Aws::Types::DescribeResourcePermissionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeResourcePermissionsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#authentication_token ⇒ ::String
Returns the value of attribute authentication_token.
-
#limit ⇒ ::Integer
Returns the value of attribute limit.
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#principal_id ⇒ ::String
Returns the value of attribute principal_id.
-
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
Instance Attribute Details
#authentication_token ⇒ ::String
Returns the value of attribute authentication_token.
357 358 359 |
# File 'sig/types.rbs', line 357 def authentication_token @authentication_token end |
#limit ⇒ ::Integer
Returns the value of attribute limit.
360 361 362 |
# File 'sig/types.rbs', line 360 def limit @limit end |
#marker ⇒ ::String
Returns the value of attribute marker.
361 362 363 |
# File 'sig/types.rbs', line 361 def marker @marker end |
#principal_id ⇒ ::String
Returns the value of attribute principal_id.
359 360 361 |
# File 'sig/types.rbs', line 359 def principal_id @principal_id end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
358 359 360 |
# File 'sig/types.rbs', line 358 def resource_id @resource_id end |