Class: Aws::Types::GetAccessGrantResult

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#access_grant_arn::String

Returns the value of attribute access_grant_arn.

Returns:



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.

Returns:



530
531
532
# File 'sig/types.rbs', line 530

def access_grant_id
  @access_grant_id
end

#access_grants_location_configurationTypes::AccessGrantsLocationConfiguration

Returns the value of attribute access_grants_location_configuration.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



536
537
538
# File 'sig/types.rbs', line 536

def grant_scope
  @grant_scope
end

#granteeTypes::Grantee

Returns the value of attribute grantee.

Returns:



532
533
534
# File 'sig/types.rbs', line 532

def grantee
  @grantee
end

#permission"READ", ...

Returns the value of attribute permission.

Returns:



533
534
535
# File 'sig/types.rbs', line 533

def permission
  @permission
end