Class: Aws::Types::ResolverQueryLogConfigAssociation

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time::String

Returns the value of attribute creation_time.

Returns:

  • (::String)


1101
1102
1103
# File 'sig/types.rbs', line 1101

def creation_time
  @creation_time
end

#error"NONE", ...

Returns the value of attribute error.

Returns:

  • ("NONE", "DESTINATION_NOT_FOUND", "ACCESS_DENIED", "INTERNAL_SERVICE_ERROR")


1099
1100
1101
# File 'sig/types.rbs', line 1099

def error
  @error
end

#error_message::String

Returns the value of attribute error_message.

Returns:

  • (::String)


1100
1101
1102
# File 'sig/types.rbs', line 1100

def error_message
  @error_message
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1097
1098
1099
# File 'sig/types.rbs', line 1097

def resource_id
  @resource_id
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

  • ("CREATING", "ACTIVE", "ACTION_NEEDED", "DELETING", "FAILED")


1098
1099
1100
# File 'sig/types.rbs', line 1098

def status
  @status
end