Class: Aws::Types::GetAccessGrantResult
- Inherits:
-
Object
- Object
- Aws::Types::GetAccessGrantResult
- 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.
531 532 533 |
# File 'sig/types.rbs', line 531 def access_grant_arn @access_grant_arn end |
#access_grant_id ⇒ ::String
Returns the value of attribute access_grant_id.
530 531 532 |
# File 'sig/types.rbs', line 530 def access_grant_id @access_grant_id end |
#access_grants_location_configuration ⇒ Types::AccessGrantsLocationConfiguration
Returns the value of attribute access_grants_location_configuration.
535 536 537 |
# File 'sig/types.rbs', line 535 def access_grants_location_configuration @access_grants_location_configuration end |
#access_grants_location_id ⇒ ::String
Returns the value of attribute access_grants_location_id.
534 535 536 |
# File 'sig/types.rbs', line 534 def access_grants_location_id @access_grants_location_id end |
#application_arn ⇒ ::String
Returns the value of attribute application_arn.
537 538 539 |
# File 'sig/types.rbs', line 537 def application_arn @application_arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
529 530 531 |
# File 'sig/types.rbs', line 529 def created_at @created_at end |
#grant_scope ⇒ ::String
Returns the value of attribute grant_scope.
536 537 538 |
# File 'sig/types.rbs', line 536 def grant_scope @grant_scope end |
#grantee ⇒ Types::Grantee
Returns the value of attribute grantee.
532 533 534 |
# File 'sig/types.rbs', line 532 def grantee @grantee end |
#permission ⇒ "READ", ...
Returns the value of attribute permission.
533 534 535 |
# File 'sig/types.rbs', line 533 def end |