Class: Aws::IoTSiteWise::Types::ListAccessPoliciesRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#iam_arnString

The ARN of the IAM user. For more information, see IAM ARNs in the IAM User Guide. This parameter is required if you specify IAM for identityType.

Returns:

  • (String)


6113
6114
6115
6116
6117
6118
6119
6120
6121
6122
6123
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 6113

class ListAccessPoliciesRequest < Struct.new(
  :identity_type,
  :identity_id,
  :resource_type,
  :resource_id,
  :iam_arn,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#identity_idString

The ID of the identity. This parameter is required if you specify USER or GROUP for identityType.

Returns:

  • (String)


6113
6114
6115
6116
6117
6118
6119
6120
6121
6122
6123
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 6113

class ListAccessPoliciesRequest < Struct.new(
  :identity_type,
  :identity_id,
  :resource_type,
  :resource_id,
  :iam_arn,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#identity_typeString

The type of identity (IAM Identity Center user, IAM Identity Center group, or IAM user). This parameter is required if you specify identityId.

Returns:

  • (String)


6113
6114
6115
6116
6117
6118
6119
6120
6121
6122
6123
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 6113

class ListAccessPoliciesRequest < Struct.new(
  :identity_type,
  :identity_id,
  :resource_type,
  :resource_id,
  :iam_arn,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results to return for each paginated request.

Default: 50

Returns:

  • (Integer)


6113
6114
6115
6116
6117
6118
6119
6120
6121
6122
6123
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 6113

class ListAccessPoliciesRequest < Struct.new(
  :identity_type,
  :identity_id,
  :resource_type,
  :resource_id,
  :iam_arn,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token to be used for the next set of paginated results.

Returns:

  • (String)


6113
6114
6115
6116
6117
6118
6119
6120
6121
6122
6123
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 6113

class ListAccessPoliciesRequest < Struct.new(
  :identity_type,
  :identity_id,
  :resource_type,
  :resource_id,
  :iam_arn,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#resource_idString

The ID of the resource. This parameter is required if you specify resourceType.

Returns:

  • (String)


6113
6114
6115
6116
6117
6118
6119
6120
6121
6122
6123
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 6113

class ListAccessPoliciesRequest < Struct.new(
  :identity_type,
  :identity_id,
  :resource_type,
  :resource_id,
  :iam_arn,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#resource_typeString

The type of resource (portal or project). This parameter is required if you specify resourceId.

Returns:

  • (String)


6113
6114
6115
6116
6117
6118
6119
6120
6121
6122
6123
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 6113

class ListAccessPoliciesRequest < Struct.new(
  :identity_type,
  :identity_id,
  :resource_type,
  :resource_id,
  :iam_arn,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end