Class: Aws::Types::ResolverQueryLogConfig
- Inherits:
-
Object
- Object
- Aws::Types::ResolverQueryLogConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#association_count ⇒ ::Integer
Returns the value of attribute association_count.
-
#creation_time ⇒ ::String
Returns the value of attribute creation_time.
-
#creator_request_id ⇒ ::String
Returns the value of attribute creator_request_id.
-
#destination_arn ⇒ ::String
Returns the value of attribute destination_arn.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
-
#share_status ⇒ "NOT_SHARED", ...
Returns the value of attribute share_status.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
1086 1087 1088 |
# File 'sig/types.rbs', line 1086 def arn @arn end |
#association_count ⇒ ::Integer
Returns the value of attribute association_count.
1085 1086 1087 |
# File 'sig/types.rbs', line 1085 def association_count @association_count end |
#creation_time ⇒ ::String
Returns the value of attribute creation_time.
1090 1091 1092 |
# File 'sig/types.rbs', line 1090 def creation_time @creation_time end |
#creator_request_id ⇒ ::String
Returns the value of attribute creator_request_id.
1089 1090 1091 |
# File 'sig/types.rbs', line 1089 def creator_request_id @creator_request_id end |
#destination_arn ⇒ ::String
Returns the value of attribute destination_arn.
1088 1089 1090 |
# File 'sig/types.rbs', line 1088 def destination_arn @destination_arn end |
#id ⇒ ::String
Returns the value of attribute id.
1081 1082 1083 |
# File 'sig/types.rbs', line 1081 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
1087 1088 1089 |
# File 'sig/types.rbs', line 1087 def name @name end |
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
1082 1083 1084 |
# File 'sig/types.rbs', line 1082 def owner_id @owner_id end |
#share_status ⇒ "NOT_SHARED", ...
Returns the value of attribute share_status.
1084 1085 1086 |
# File 'sig/types.rbs', line 1084 def share_status @share_status end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
1083 1084 1085 |
# File 'sig/types.rbs', line 1083 def status @status end |