Class: Aws::Types::S3Access
- Inherits:
-
Object
- Object
- Aws::Types::S3Access
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#ipv4_addresses ⇒ ::Array[::String]
Returns the value of attribute ipv4_addresses.
-
#s3_policy_document ⇒ ::String
Returns the value of attribute s3_policy_document.
-
#status ⇒ "ENABLED", ...
Returns the value of attribute status.
Instance Attribute Details
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
2293 2294 2295 |
# File 'sig/types.rbs', line 2293 def domain_name @domain_name end |
#ipv4_addresses ⇒ ::Array[::String]
Returns the value of attribute ipv4_addresses.
2292 2293 2294 |
# File 'sig/types.rbs', line 2292 def ipv4_addresses @ipv4_addresses end |
#s3_policy_document ⇒ ::String
Returns the value of attribute s3_policy_document.
2294 2295 2296 |
# File 'sig/types.rbs', line 2294 def s3_policy_document @s3_policy_document end |
#status ⇒ "ENABLED", ...
Returns the value of attribute status.
2291 2292 2293 |
# File 'sig/types.rbs', line 2291 def status @status end |