Class: Aws::Types::CreateAccessGrantResult

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:

  • (::String)


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.

Returns:

  • (::String)


153
154
155
# File 'sig/types.rbs', line 153

def access_grant_id
  @access_grant_id
end

#access_grants_location_configurationTypes::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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Time)


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.

Returns:

  • (::String)


160
161
162
# File 'sig/types.rbs', line 160

def grant_scope
  @grant_scope
end

#granteeTypes::Grantee

Returns the value of attribute grantee.

Returns:



155
156
157
# File 'sig/types.rbs', line 155

def grantee
  @grantee
end

#permission"READ", ...

Returns the value of attribute permission.

Returns:

  • ("READ", "WRITE", "READWRITE")


158
159
160
# File 'sig/types.rbs', line 158

def permission
  @permission
end