Class: Aws::Types::CreateAccessGrantRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateAccessGrantRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_grants_location_configuration ⇒ Types::AccessGrantsLocationConfiguration
Returns the value of attribute access_grants_location_configuration.
-
#access_grants_location_id ⇒ ::String
Returns the value of attribute access_grants_location_id.
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#application_arn ⇒ ::String
Returns the value of attribute application_arn.
-
#grantee ⇒ Types::Grantee
Returns the value of attribute grantee.
-
#permission ⇒ "READ", ...
Returns the value of attribute permission.
-
#s3_prefix_type ⇒ "Object"
Returns the value of attribute s3_prefix_type.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#access_grants_location_configuration ⇒ Types::AccessGrantsLocationConfiguration
Returns the value of attribute access_grants_location_configuration.
142 143 144 |
# File 'sig/types.rbs', line 142 def access_grants_location_configuration @access_grants_location_configuration end |
#access_grants_location_id ⇒ ::String
Returns the value of attribute access_grants_location_id.
141 142 143 |
# File 'sig/types.rbs', line 141 def access_grants_location_id @access_grants_location_id end |
#account_id ⇒ ::String
Returns the value of attribute account_id.
140 141 142 |
# File 'sig/types.rbs', line 140 def account_id @account_id end |
#application_arn ⇒ ::String
Returns the value of attribute application_arn.
145 146 147 |
# File 'sig/types.rbs', line 145 def application_arn @application_arn end |
#grantee ⇒ Types::Grantee
Returns the value of attribute grantee.
143 144 145 |
# File 'sig/types.rbs', line 143 def grantee @grantee end |
#permission ⇒ "READ", ...
Returns the value of attribute permission.
144 145 146 |
# File 'sig/types.rbs', line 144 def end |
#s3_prefix_type ⇒ "Object"
Returns the value of attribute s3_prefix_type.
146 147 148 |
# File 'sig/types.rbs', line 146 def s3_prefix_type @s3_prefix_type end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
147 148 149 |
# File 'sig/types.rbs', line 147 def end |