Class: Aws::Types::CreateAccessGrantRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#access_grants_location_configurationTypes::AccessGrantsLocationConfiguration

Returns the value of attribute access_grants_location_configuration.

Returns:



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.

Returns:



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.

Returns:



140
141
142
# File 'sig/types.rbs', line 140

def 
  @account_id
end

#application_arn::String

Returns the value of attribute application_arn.

Returns:



145
146
147
# File 'sig/types.rbs', line 145

def application_arn
  @application_arn
end

#granteeTypes::Grantee

Returns the value of attribute grantee.

Returns:



143
144
145
# File 'sig/types.rbs', line 143

def grantee
  @grantee
end

#permission"READ", ...

Returns the value of attribute permission.

Returns:



144
145
146
# File 'sig/types.rbs', line 144

def permission
  @permission
end

#s3_prefix_type"Object"

Returns the value of attribute s3_prefix_type.

Returns:



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.

Returns:



147
148
149
# File 'sig/types.rbs', line 147

def tags
  @tags
end