Class: Aws::Types::ConfigureLogsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ConfigureLogsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#authorization ⇒ Types::Authorization
Returns the value of attribute authorization.
-
#created_at ⇒ ::String
Returns the value of attribute created_at.
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#egress_access_logs ⇒ Types::EgressAccessLogs
Returns the value of attribute egress_access_logs.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
84 85 86 |
# File 'sig/types.rbs', line 84 def arn @arn end |
#authorization ⇒ Types::Authorization
Returns the value of attribute authorization.
85 86 87 |
# File 'sig/types.rbs', line 85 def @authorization end |
#created_at ⇒ ::String
Returns the value of attribute created_at.
86 87 88 |
# File 'sig/types.rbs', line 86 def created_at @created_at end |
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
87 88 89 |
# File 'sig/types.rbs', line 87 def domain_name @domain_name end |
#egress_access_logs ⇒ Types::EgressAccessLogs
Returns the value of attribute egress_access_logs.
88 89 90 |
# File 'sig/types.rbs', line 88 def egress_access_logs @egress_access_logs end |
#id ⇒ ::String
Returns the value of attribute id.
89 90 91 |
# File 'sig/types.rbs', line 89 def id @id end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
90 91 92 |
# File 'sig/types.rbs', line 90 def @tags end |