Class: Aws::Types::CheckNoPublicAccessRequest
- Inherits:
-
Object
- Object
- Aws::Types::CheckNoPublicAccessRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#policy_document ⇒ ::String
Returns the value of attribute policy_document.
-
#resource_type ⇒ "AWS::DynamoDB::Table", ...
Returns the value of attribute resource_type.
Instance Attribute Details
#policy_document ⇒ ::String
Returns the value of attribute policy_document.
194 195 196 |
# File 'sig/types.rbs', line 194 def policy_document @policy_document end |
#resource_type ⇒ "AWS::DynamoDB::Table", ...
Returns the value of attribute resource_type.
195 196 197 |
# File 'sig/types.rbs', line 195 def resource_type @resource_type end |