Class: Aws::Types::DisassociateResourceSharePermissionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


165
166
167
# File 'sig/types.rbs', line 165

def client_token
  @client_token
end

#permission_arn::String

Returns the value of attribute permission_arn.

Returns:

  • (::String)


164
165
166
# File 'sig/types.rbs', line 164

def permission_arn
  @permission_arn
end

#resource_share_arn::String

Returns the value of attribute resource_share_arn.

Returns:

  • (::String)


163
164
165
# File 'sig/types.rbs', line 163

def resource_share_arn
  @resource_share_arn
end