Class: Aws::Types::CreateAccessGrantResult
- Inherits:
-
Object
- Object
- Aws::Types::CreateAccessGrantResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_grant_arn ⇒ ::String
Returns the value of attribute access_grant_arn.
-
#access_grant_id ⇒ ::String
Returns the value of attribute access_grant_id.
-
#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.
-
#application_arn ⇒ ::String
Returns the value of attribute application_arn.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#grant_scope ⇒ ::String
Returns the value of attribute grant_scope.
-
#grantee ⇒ Types::Grantee
Returns the value of attribute grantee.
-
#permission ⇒ "READ", ...
Returns the value of attribute permission.
Instance Attribute Details
#access_grant_arn ⇒ ::String
Returns the value of attribute access_grant_arn.
154 155 156 |
# File 'sig/types.rbs', line 154 def access_grant_arn @access_grant_arn end |
#access_grant_id ⇒ ::String
Returns the value of attribute access_grant_id.
153 154 155 |
# File 'sig/types.rbs', line 153 def access_grant_id @access_grant_id end |
#access_grants_location_configuration ⇒ Types::AccessGrantsLocationConfiguration
Returns the value of attribute access_grants_location_configuration.
157 158 159 |
# File 'sig/types.rbs', line 157 def access_grants_location_configuration @access_grants_location_configuration end |
#access_grants_location_id ⇒ ::String
Returns the value of attribute access_grants_location_id.
156 157 158 |
# File 'sig/types.rbs', line 156 def access_grants_location_id @access_grants_location_id end |
#application_arn ⇒ ::String
Returns the value of attribute application_arn.
159 160 161 |
# File 'sig/types.rbs', line 159 def application_arn @application_arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
152 153 154 |
# File 'sig/types.rbs', line 152 def created_at @created_at end |
#grant_scope ⇒ ::String
Returns the value of attribute grant_scope.
160 161 162 |
# File 'sig/types.rbs', line 160 def grant_scope @grant_scope end |
#grantee ⇒ Types::Grantee
Returns the value of attribute grantee.
155 156 157 |
# File 'sig/types.rbs', line 155 def grantee @grantee end |
#permission ⇒ "READ", ...
Returns the value of attribute permission.
158 159 160 |
# File 'sig/types.rbs', line 158 def @permission end |