Class: Aws::Glue::Types::GetResourcePoliciesResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#get_resource_policies_response_listArray<Types::GluePolicy>

A list of the individual resource policies and the account-level resource policy.

Returns:



11040
11041
11042
11043
11044
11045
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 11040

class GetResourcePoliciesResponse < Struct.new(
  :get_resource_policies_response_list,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A continuation token, if the returned list does not contain the last resource policy available.

Returns:

  • (String)


11040
11041
11042
11043
11044
11045
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 11040

class GetResourcePoliciesResponse < Struct.new(
  :get_resource_policies_response_list,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end