Class: Aws::Types::ValidatePolicyRequest

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#locale"DE", ...

Returns the value of attribute locale.



1261
1262
1263
# File 'sig/types.rbs', line 1261

def locale
  @locale
end

#max_results::Integer

Returns the value of attribute max_results.



1262
1263
1264
# File 'sig/types.rbs', line 1262

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.



1263
1264
1265
# File 'sig/types.rbs', line 1263

def next_token
  @next_token
end

#policy_document::String

Returns the value of attribute policy_document.



1264
1265
1266
# File 'sig/types.rbs', line 1264

def policy_document
  @policy_document
end

#policy_type"IDENTITY_POLICY", ...

Returns the value of attribute policy_type.



1265
1266
1267
# File 'sig/types.rbs', line 1265

def policy_type
  @policy_type
end

#validate_policy_resource_type"AWS::S3::Bucket", ...

Returns the value of attribute validate_policy_resource_type.



1266
1267
1268
# File 'sig/types.rbs', line 1266

def validate_policy_resource_type
  @validate_policy_resource_type
end