You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::LakeFormation::Types::UpdateResourceRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing UpdateResourceRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  role_arn: "IAMRoleArn", # required
  resource_arn: "ResourceArnString", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

The resource ARN.

Returns:

  • (String)

    The resource ARN.

#role_arnString

The new role to use for the given resource registered in AWS Lake Formation.

Returns:

  • (String)

    The new role to use for the given resource registered in AWS Lake Formation.