Class: Aws::Types::ResolverQueryLogConfigAssociation
- Inherits:
-
Object
- Object
- Aws::Types::ResolverQueryLogConfigAssociation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::String
Returns the value of attribute creation_time.
-
#error ⇒ "NONE", ...
Returns the value of attribute error.
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#resolver_query_log_config_id ⇒ ::String
Returns the value of attribute resolver_query_log_config_id.
-
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
Instance Attribute Details
#creation_time ⇒ ::String
Returns the value of attribute creation_time.
1101 1102 1103 |
# File 'sig/types.rbs', line 1101 def creation_time @creation_time end |
#error ⇒ "NONE", ...
Returns the value of attribute error.
1099 1100 1101 |
# File 'sig/types.rbs', line 1099 def error @error end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
1100 1101 1102 |
# File 'sig/types.rbs', line 1100 def @error_message end |
#id ⇒ ::String
Returns the value of attribute id.
1095 1096 1097 |
# File 'sig/types.rbs', line 1095 def id @id end |
#resolver_query_log_config_id ⇒ ::String
Returns the value of attribute resolver_query_log_config_id.
1096 1097 1098 |
# File 'sig/types.rbs', line 1096 def resolver_query_log_config_id @resolver_query_log_config_id end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
1097 1098 1099 |
# File 'sig/types.rbs', line 1097 def resource_id @resource_id end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
1098 1099 1100 |
# File 'sig/types.rbs', line 1098 def status @status end |